mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
alias: 'Marshall Location Update'
|
||||
alias: "Marshall Location Update"
|
||||
id: automation_marshall_location_update
|
||||
mode: restart
|
||||
|
||||
@@ -10,11 +10,10 @@ trigger:
|
||||
- input_boolean.marshall_home
|
||||
condition:
|
||||
- condition: template
|
||||
value_template: '{{ trigger.from_state.state != trigger.to_state.state }}'
|
||||
value_template: "{{ trigger.from_state.state != trigger.to_state.state }}"
|
||||
- condition: state
|
||||
entity_id: script.marshall_travel_sensor
|
||||
state: 'off'
|
||||
state: "off"
|
||||
action:
|
||||
|
||||
- service: script.turn_on
|
||||
- action: script.turn_on
|
||||
entity_id: script.marshall_travel_sensor
|
||||
|
||||
Reference in New Issue
Block a user