2018-01-02 00:00:45 +00:00
|
|
|
######################################################################
|
|
|
|
## Shut it all down. No one is here
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
- alias: 'Away Mode'
|
2020-07-20 18:33:03 +00:00
|
|
|
id: 712e845a-9d72-4993-b8af-890b167c807b
|
2020-07-29 23:54:10 +00:00
|
|
|
mode: single
|
2018-01-02 00:00:45 +00:00
|
|
|
trigger:
|
|
|
|
- platform: state
|
2020-06-21 17:43:35 +00:00
|
|
|
entity_id: binary_sensor.downstairs_nest_away
|
|
|
|
to: 'off'
|
2018-01-02 00:00:45 +00:00
|
|
|
- platform: state
|
|
|
|
entity_id: group.family
|
|
|
|
to: 'not_home'
|
2020-02-15 21:22:42 +00:00
|
|
|
- platform: event
|
|
|
|
#Sent from IFTTT Webhooks : {"action":"IFTTT_Away:}
|
|
|
|
event_type: ifttt_webhook_received
|
|
|
|
event_data:
|
|
|
|
action: IFTTT_Away
|
|
|
|
|
2018-01-02 00:00:45 +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
|
2020-07-29 23:54:10 +00:00
|
|
|
|
2018-01-02 00:00:45 +00:00
|
|
|
- service: switch.turn_off
|
|
|
|
entity_id: switch.back_landscaping
|
2020-07-29 23:54:10 +00:00
|
|
|
|
|
|
|
# Arms Alexa Guard. Disarms in the Announcements.yaml
|
|
|
|
- service: alarm_control_panel.alarm_arm_away
|
|
|
|
entity_id: alarm_control_panel.alexa_guard
|