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
+10 -11
View File
@@ -5,35 +5,34 @@ trigger:
# Bed in master bedroom is occupied
- platform: state
entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_left
to: 'on'
to: "on"
# Radio playing
- platform: state
entity_id: media_player.master_bedroom_clock
to: 'playing'
to: "playing"
- platform: state
entity_id: media_player.master_bedroom_clock
to: 'idle'
to: "idle"
# Light on
- platform: state
entity_id: light.master_bedroom_hue
to: 'on'
to: "on"
condition:
- condition: state
entity_id: input_boolean.kristy_in_bed
state: 'off'
state: "off"
- condition: state
entity_id: input_boolean.kristy_home
state: 'on'
state: "on"
- alias: "Its between 8:30PM and 5AM"
condition: time
after: '20:30:00'
before: '05:00:00'
after: "20:30:00"
before: "05:00:00"
- alias: "The bed is occupied"
condition: state
entity_id: binary_sensor.bed_presence_c175a4_bed_occupied_left
state: 'on'
state: "on"
action:
- service: input_boolean.turn_on
- action: input_boolean.turn_on
entity_id: input_boolean.kristy_in_bed