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
@@ -117,13 +117,13 @@ automation:
state: "on"
sequence:
- service: logbook.log
- action: logbook.log
data_template:
name: Empty Dishwasher - Load Started
entity_id: automation.empty_dishwasher
message: Dishwasher just turned on. Turning off input_boolean in case it got left on
- service: homeassistant.turn_off
- action: homeassistant.turn_off
target:
entity_id: input_boolean.empty_dishwasher
@@ -137,13 +137,13 @@ automation:
state: "off"
sequence:
- service: logbook.log
- action: logbook.log
data_template:
name: Empty Dishwasher - Load finished
entity_id: automation.empty_dishwasher
message: Dishwasher just turned off while the door was shut. Assuming dishes need to be put away
- service: homeassistant.turn_on
- action: homeassistant.turn_on
target:
entity_id: input_boolean.empty_dishwasher
@@ -157,13 +157,13 @@ automation:
state: "off"
sequence:
- service: logbook.log
- action: logbook.log
data_template:
name: Empty Dishwasher - Dishes put away
entity_id: automation.empty_dishwasher
message: Dishwasher door was opened while the dishwasher was off. Assuming dishes don't need to be put away.
- service: homeassistant.turn_off
- action: homeassistant.turn_off
target:
entity_id: input_boolean.empty_dishwasher