Skip to content

Commit 480612d

Browse files
cribbstechnologiesfabaff
authored andcommitted
this example was missed (home-assistant#3084)
1 parent 95df5b9 commit 480612d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_cookbook/automation_for_rainy_days.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ automation:
2222
entity_id: sensor.precip_intensity
2323
to: 'rain'
2424
condition:
25-
- platform: state
25+
- condition: state
2626
entity_id: group.all_devices
2727
state: 'home'
28-
- platform: time
28+
- condition: time
2929
after: '14:00'
3030
before: '23:00'
3131
action:

0 commit comments

Comments
 (0)