Convert automation to entities with services
This commit is contained in:
parent
d9ecc4af64
commit
3fa1963345
18 changed files with 365 additions and 61 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue