add new supported_types key for HA to sample config

This commit is contained in:
Jon Maddox
2015-09-16 03:15:58 -04:00
parent ec8b556618
commit 0f89a6ae36

View File

@@ -94,7 +94,8 @@
"platform": "HomeAssistant",
"name": "HomeAssistant",
"host": "http://192.168.1.10:8123",
"password": "XXXXX"
"password": "XXXXX",
"supported_types": ["light", "switch", "media_player", "scene"]
}
],