Add X10 support

This commit is contained in:
Evan Coleman
2015-04-19 22:42:04 -04:00
parent 6a188ec030
commit b6d763d3a3
2 changed files with 160 additions and 0 deletions

View File

@@ -50,6 +50,14 @@
"description": "Control HomeMatic devices (The XMP-API addon for the CCU is required)",
"ccu_id": "The XMP-API id of your HomeMatic device",
"ccu_ip": "The IP-Adress of your HomeMatic CCU device"
},
{
"accessory": "X10",
"name": "Lamp",
"ip_address": "localhost:3000",
"device_id": "E1",
"protocol": "pl",
"can_dim": true
}
]
}