2017-02-24 01:38:20 +00:00
|
|
|
######################################################################
|
|
|
|
## Shut it all down. No one is here
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
- alias: 'Away Mode'
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: binary_sensor.downstairs_away_mode
|
|
|
|
to: 'on'
|
|
|
|
- platform: state
|
|
|
|
entity_id: group.family
|
2017-04-09 22:01:26 +00:00
|
|
|
state: 'not_home'
|
2017-02-24 01:38:20 +00:00
|
|
|
|
|
|
|
condition:
|
|
|
|
- condition: state
|
|
|
|
entity_id: group.family
|
|
|
|
state: 'not_home'
|
|
|
|
- condition: state
|
|
|
|
entity_id: input_boolean.guest_mode
|
|
|
|
state: 'off'
|
|
|
|
|
|
|
|
action:
|
|
|
|
- service: script.interior_off
|