blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
@@ -1,4 +1,4 @@
alias: 'Guest mode off nobody home'
alias: "Guest mode off nobody home"
id: automation_guest_mode_off_nobody_home
mode: single
max_exceeded: silent
@@ -6,23 +6,23 @@ max_exceeded: silent
trigger:
- platform: state
entity_id: input_boolean.guest_mode
to: 'off'
to: "off"
condition:
condition: and
conditions:
# We're all away
- condition: state
entity_id: input_boolean.clint_home
state: 'off'
state: "off"
- condition: state
entity_id: input_boolean.kristy_home
state: 'off'
state: "off"
- condition: or
conditions:
# Either the phone or tablet are away, or the family room isn't occupied
- condition: state
entity_id: input_boolean.clint_home
state: 'off'
# Either the phone or tablet are away, or the family room isn't occupied
- condition: state
entity_id: input_boolean.clint_home
state: "off"
action:
- service: input_boolean.turn_off
- action: input_boolean.turn_off
entity_id: input_boolean.home_occupied