@ -5,8 +5,8 @@
- alias: 'Away Mode'
trigger:
- platform: state
entity_id: binary_sensor.downstairs_away_mode
to: 'True'
entity_id: binary_sensor.downstairs_nest_away
to: 'off'
entity_id: group.family
to: 'not_home'
@ -6,11 +6,11 @@
- alias: 'Late Night Helper'
to: 'False'
to: home
to: 'home'
condition:
condition: and
- platform: event
event_type: upstairs_light_on
entity_id: sensor.upstairs_away_mode
entity_id: binary_sensor.upstairs_nest_away
- condition: state
@ -24,8 +24,8 @@
event_type: upstairs_light_off
to: 'on'
action:
service: light.turn_off
Powered by TurnKey Linux.