Fixed syntax

pull/76/head
CCOSTAN 9 years ago
parent 789e389784
commit 90f046614a

@ -1,11 +1,12 @@
- alias: 'Late Night Helper' - alias: 'Late Night Helper'
trigger: trigger:
- platform: state
entity_id: binary_sensor.upstairs_away_mode entity_id: binary_sensor.upstairs_away_mode
to: 'off' state: 'off'
- platform: state - platform: state
entity_id: binary_sensor.downstairs_away_mode entity_id: binary_sensor.downstairs_away_mode
to: 'off' state: 'off'
- platform: state - platform: state
entity_id: group.family entity_id: group.family
state: home state: home

Loading…
Cancel
Save

Powered by TurnKey Linux.