mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update automation-create-first.markdown
This commit is contained in:
parent
cfcf7fc3ed
commit
bf7ff06677
@ -35,7 +35,7 @@ automation:
|
||||
event: sunset
|
||||
offset: "-01:00:00"
|
||||
condition:
|
||||
platform: state
|
||||
condition: state
|
||||
entity_id: group.all_devices
|
||||
state: home
|
||||
action:
|
||||
@ -64,7 +64,7 @@ automation:
|
||||
event: sunset
|
||||
offset: "-01:00:00"
|
||||
condition:
|
||||
platform: state
|
||||
condition: state
|
||||
entity_id: group.all_devices
|
||||
state: home
|
||||
action:
|
||||
@ -91,7 +91,7 @@ automation:
|
||||
event: sunset
|
||||
offset: "-01:00:00"
|
||||
condition:
|
||||
platform: state
|
||||
condition: state
|
||||
entity_id: group.all_devices
|
||||
state: home
|
||||
action:
|
||||
|
Loading…
x
Reference in New Issue
Block a user