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