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
+12 -13
View File
@@ -1,26 +1,25 @@
alias: Kristy Asleep
id: automation_kristy_asleep
initial_state: 'on'
initial_state: "on"
trigger:
- platform: state
entity_id: input_boolean.kristy_in_bed
to: 'on'
to: "on"
for:
minutes: 15
condition:
- condition: and
conditions:
- condition: state
entity_id: input_boolean.kristy_is_awake
state: 'on'
- condition: state
entity_id: input_boolean.kristy_home
state: 'on'
- condition: time
after: '20:30:00'
before: '04:00:00'
- condition: state
entity_id: input_boolean.kristy_is_awake
state: "on"
- condition: state
entity_id: input_boolean.kristy_home
state: "on"
- condition: time
after: "20:30:00"
before: "04:00:00"
action:
- service: input_boolean.turn_off
- action: input_boolean.turn_off
entity_id: input_boolean.kristy_is_awake