Fixed syntax

This commit is contained in:
CCOSTAN
2016-10-13 16:47:38 +00:00
parent 789e389784
commit 90f046614a

View File

@@ -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