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: 'Great Room Occupied'
alias: "Great Room Occupied"
id: automation_great_room_occupied
mode: restart
@@ -6,13 +6,13 @@ trigger:
- platform: state
entity_id:
- binary_sensor.great_room_occupied
to: 'on'
to: "on"
condition:
# Computer area was not already occupied
- condition: state
entity_id: input_boolean.great_room_occupied
state: 'off'
state: "off"
action:
- service: input_boolean.turn_on
- action: input_boolean.turn_on
entity_id: input_boolean.great_room_occupied