Files
fresh-home/automations/people/Marshall/marshall_location_update.yaml
T
2024-04-14 14:08:56 -04:00

21 lines
509 B
YAML

alias: 'Marshall Location Update'
id: automation_marshall_location_update
mode: restart
trigger:
# I've moved
- platform: state
entity_id:
- input_select.marshall_status_dropdown
- input_boolean.marshall_home
condition:
- condition: template
value_template: '{{ trigger.from_state.state != trigger.to_state.state }}'
- condition: state
entity_id: script.marshall_travel_sensor
state: 'off'
action:
- service: script.turn_on
entity_id: script.marshall_travel_sensor