mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
blue_room to boys_room
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
alias: 'All away'
|
||||
alias: "All away"
|
||||
id: automation_all_away
|
||||
mode: restart
|
||||
|
||||
@@ -17,41 +17,41 @@ trigger:
|
||||
- input_boolean.computer_area_occupied
|
||||
- input_boolean.kitchen_occupied
|
||||
- input_boolean.great_room_occupied
|
||||
to: 'off'
|
||||
to: "off"
|
||||
condition:
|
||||
# Adults are away
|
||||
- condition: and
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: input_boolean.clint_home
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: input_boolean.kristy_home
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: input_boolean.guest_home
|
||||
state: 'off'
|
||||
# Kids are away
|
||||
- condition: state
|
||||
entity_id: input_boolean.emmett_home
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: input_boolean.bridget_home
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: input_boolean.marshall_home
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: input_boolean.tess_home
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: input_boolean.ebin_home
|
||||
state: 'off'
|
||||
# And not in guest mode
|
||||
- condition: state
|
||||
entity_id: input_boolean.guest_mode
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: input_boolean.clint_home
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: input_boolean.kristy_home
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: input_boolean.guest_home
|
||||
state: "off"
|
||||
# Kids are away
|
||||
- condition: state
|
||||
entity_id: input_boolean.emmett_home
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: input_boolean.bridget_home
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: input_boolean.marshall_home
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: input_boolean.tess_home
|
||||
state: "off"
|
||||
- condition: state
|
||||
entity_id: input_boolean.ebin_home
|
||||
state: "off"
|
||||
# And not in guest mode
|
||||
- condition: state
|
||||
entity_id: input_boolean.guest_mode
|
||||
state: "off"
|
||||
action:
|
||||
- service: input_boolean.turn_on
|
||||
- action: input_boolean.turn_on
|
||||
entity_id: input_boolean.all_away
|
||||
- delay: '00:00:30'
|
||||
- delay: "00:00:30"
|
||||
|
||||
Reference in New Issue
Block a user