add sample config for home assistant

This commit is contained in:
Jon Maddox
2015-09-13 22:24:54 -04:00
parent f5cc6cf6fb
commit ec550d1638

View File

@@ -89,6 +89,12 @@
"delay": 30,
"repeat": 3,
"zones":["Kitchen Lamp","Bedroom Lamp","Living Room Lamp","Hallway Lamp"]
},
{
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://192.168.1.10:8123",
"password": "XXXXX"
}
],