mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update example to reflect current syntax (#6382)
This commit is contained in:
parent
4e017eccb6
commit
9e00c9ac0a
@ -54,7 +54,7 @@ automation:
|
|||||||
condition:
|
condition:
|
||||||
condition: state
|
condition: state
|
||||||
entity_id: switch.AlmSnd1
|
entity_id: switch.AlmSnd1
|
||||||
to: 'off'
|
state: 'off'
|
||||||
action:
|
action:
|
||||||
service: script.turn_off
|
service: script.turn_off
|
||||||
entity_id: script.flash_room1
|
entity_id: script.flash_room1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user