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
@@ -116,13 +116,13 @@ automation:
entity_id: input_boolean.swap_laundry
state: "on"
sequence:
- service: logbook.log
- action: logbook.log
data_template:
name: Swap Laundry - Load started
entity_id: automation.swap_laundry
message: Washing machine is running. No need to swap laundry yet. Turning off input_boolean.swap_laundry, in case it was left on
- service: homeassistant.turn_off
- action: homeassistant.turn_off
target:
entity_id: input_boolean.swap_laundry
@@ -136,12 +136,12 @@ automation:
state: "off"
sequence:
- service: logbook.log
- action: logbook.log
data_template:
name: Swap Laundry - Load needs to be swapped
entity_id: automation.swap_laundry
message: Washing machine turned off while the door was shut. Assuming that a load needs to be swapped
- service: homeassistant.turn_on
- action: homeassistant.turn_on
target:
entity_id: input_boolean.swap_laundry
@@ -159,13 +159,13 @@ automation:
state: "on"
sequence:
- service: logbook.log
- action: logbook.log
data_template:
name: Swap Laundry - Load swapped
entity_id: automation.swap_laundry
message: Door was opened while washing machine was off. Assuming a load just got swapped
- service: homeassistant.turn_off
- action: homeassistant.turn_off
target:
entity_id: input_boolean.swap_laundry