mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
this example was missed (#3084)
This commit is contained in:
parent
95df5b9d02
commit
480612dd66
@ -22,10 +22,10 @@ automation:
|
|||||||
entity_id: sensor.precip_intensity
|
entity_id: sensor.precip_intensity
|
||||||
to: 'rain'
|
to: 'rain'
|
||||||
condition:
|
condition:
|
||||||
- platform: state
|
- condition: state
|
||||||
entity_id: group.all_devices
|
entity_id: group.all_devices
|
||||||
state: 'home'
|
state: 'home'
|
||||||
- platform: time
|
- condition: time
|
||||||
after: '14:00'
|
after: '14:00'
|
||||||
before: '23:00'
|
before: '23:00'
|
||||||
action:
|
action:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user