Convert automation to entities with services

This commit is contained in:
Paulus Schoutsen 2016-08-25 23:25:57 -07:00
parent d9ecc4af64
commit 3fa1963345
18 changed files with 365 additions and 61 deletions

View file

@ -49,5 +49,4 @@ def trigger(hass, config, action):
elif not template_result:
already_triggered = False
track_state_change(hass, MATCH_ALL, state_changed_listener)
return True
return track_state_change(hass, MATCH_ALL, state_changed_listener)