1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

bug fixes

This commit is contained in:
Paulus Schoutsen
2013-09-19 14:07:49 -07:00
parent f3a093feda
commit 0ff00ae5e0
5 changed files with 74 additions and 54 deletions

View File

@@ -4,7 +4,6 @@ from app.observer.TomatoDeviceScanner import TomatoDeviceScanner
ha = HomeAssistant()
ha.setup_weather_watcher()
ha.setup_device_tracker(TomatoDeviceScanner(ha.get_config()))
ha.setup_hue_trigger()