1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00

Added API

This commit is contained in:
Paulus Schoutsen
2013-09-28 11:09:36 -07:00
parent 85f3f080be
commit 8ac8700154
7 changed files with 331 additions and 24 deletions

View File

@@ -16,6 +16,6 @@ ha = HomeAssistant(config.get("common","latitude"), config.get("common","longitu
ha.setup_light_trigger(tomato, HueLightControl())
ha.setup_http_interface()
ha.setup_http_interface(config.get("common","api_password"))
ha.start()