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,5 +1,5 @@
|
||||
initial_state: 'on'
|
||||
alias: 'Clint Location Update'
|
||||
initial_state: "on"
|
||||
alias: "Clint Location Update"
|
||||
id: automation_clint_location_update
|
||||
mode: restart
|
||||
#description:
|
||||
@@ -14,8 +14,8 @@ trigger:
|
||||
|
||||
condition:
|
||||
- condition: template
|
||||
value_template: '{{ trigger.from_state.state != trigger.to_state.state }}'
|
||||
value_template: "{{ trigger.from_state.state != trigger.to_state.state }}"
|
||||
|
||||
action:
|
||||
- service: script.turn_on
|
||||
- action: script.turn_on
|
||||
entity_id: script.clint_travel_sensor
|
||||
|
||||
Reference in New Issue
Block a user