mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
blue_room to boys_room
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
alias: 'Marshall Away'
|
||||
alias: "Marshall Away"
|
||||
id: automation_marshall_away
|
||||
mode: restart
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: device_tracker.nmap_tracker_fe_cf_82_b2_22_e0
|
||||
to: 'not_home'
|
||||
to: "not_home"
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_boolean.marshall_home
|
||||
state: 'on'
|
||||
state: "on"
|
||||
|
||||
action:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.marshall_home
|
||||
- action: input_boolean.turn_off
|
||||
entity_id: input_boolean.marshall_home
|
||||
|
||||
Reference in New Issue
Block a user