Convert automation to entities with services
This commit is contained in:
parent
d9ecc4af64
commit
3fa1963345
18 changed files with 365 additions and 61 deletions
|
@ -63,7 +63,4 @@ def trigger(hass, config, action):
|
|||
|
||||
action(variables)
|
||||
|
||||
track_state_change(
|
||||
hass, entity_id, state_automation_listener)
|
||||
|
||||
return True
|
||||
return track_state_change(hass, entity_id, state_automation_listener)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue