We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95df5b9 commit 480612dCopy full SHA for 480612d
source/_cookbook/automation_for_rainy_days.markdown
@@ -22,10 +22,10 @@ automation:
22
entity_id: sensor.precip_intensity
23
to: 'rain'
24
condition:
25
- - platform: state
+ - condition: state
26
entity_id: group.all_devices
27
state: 'home'
28
- - platform: time
+ - condition: time
29
after: '14:00'
30
before: '23:00'
31
action:
0 commit comments