From 90f046614a1c75087e188d899cc73a9616d9e9cc Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 13 Oct 2016 16:47:38 +0000 Subject: [PATCH] Fixed syntax --- automation/late_night_helper.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automation/late_night_helper.yaml b/automation/late_night_helper.yaml index 6f275fd0..31b23643 100755 --- a/automation/late_night_helper.yaml +++ b/automation/late_night_helper.yaml @@ -1,11 +1,12 @@ - alias: 'Late Night Helper' trigger: + - platform: state entity_id: binary_sensor.upstairs_away_mode - to: 'off' + state: 'off' - platform: state entity_id: binary_sensor.downstairs_away_mode - to: 'off' + state: 'off' - platform: state entity_id: group.family state: home