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: 'Ebin Home'
|
||||
alias: "Ebin Home"
|
||||
id: automation_ebin_home
|
||||
mode: restart
|
||||
|
||||
@@ -12,14 +12,14 @@ trigger:
|
||||
condition:
|
||||
- condition: and
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.have_custody
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: person.kristy
|
||||
state: 'home'
|
||||
- condition: state
|
||||
entity_id: binary_sensor.have_custody
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: person.kristy
|
||||
state: "home"
|
||||
action:
|
||||
- service: input_boolean.turn_off
|
||||
- action: input_boolean.turn_off
|
||||
entity_id: input_boolean.ebin_travelling
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.ebin_home
|
||||
- action: input_boolean.turn_on
|
||||
entity_id: input_boolean.ebin_home
|
||||
|
||||
Reference in New Issue
Block a user