mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Updated media directory name
This commit is contained in:
@@ -2,10 +2,11 @@ alias: Emmett Location Update
|
||||
id: automation_emmett_location_update
|
||||
mode: restart
|
||||
|
||||
trigger:
|
||||
triggers:
|
||||
# Emmett moved
|
||||
- platform: state
|
||||
- trigger: state
|
||||
entity_id:
|
||||
- input_select.weaver_kids
|
||||
- input_select.emmett_status_dropdown
|
||||
- input_boolean.emmett_home
|
||||
# Clint moved
|
||||
@@ -20,6 +21,6 @@ condition:
|
||||
- condition: template
|
||||
value_template: "{{ trigger.from_state.state != trigger.to_state.state }}"
|
||||
|
||||
action:
|
||||
- service: script.turn_on
|
||||
actions:
|
||||
- action: script.turn_on
|
||||
entity_id: script.emmett_travel_sensor
|
||||
|
||||
Reference in New Issue
Block a user