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
@@ -3,27 +3,27 @@ id: automation_random_master_bed_strip
trigger:
- platform: template
value_template: "{{ is_state('light.master_bedroom_hue', 'on') and is_state('input_select.master_bedroom_mode', 'Nightlight') }}"
id: 'master_bedroom_nightlight'
id: "master_bedroom_nightlight"
- platform: template
value_template: "{{ is_state('light.master_bedroom_hue', 'on') and is_state('input_select.master_bedroom_mode', 'Auto') and is_state('input_select.automatic_light_profile', 'Nightlight') }}"
id: 'automatic_light_profile_nightlight'
id: "automatic_light_profile_nightlight"
action:
- choose:
- conditions:
- condition: or
conditions:
- condition: trigger
id: master_bedroom_nightlight
- condition: trigger
id: automatic_light_profile_nightlight
sequence:
- service: light.turn_on
target:
entity_id: light.master_bedroom_accent
data:
effect: candle
brightness_pct: 50
- conditions:
- condition: or
conditions:
- condition: trigger
id: master_bedroom_nightlight
- condition: trigger
id: automatic_light_profile_nightlight
sequence:
- action: light.turn_on
target:
entity_id: light.master_bedroom_accent
data:
effect: candle
brightness_pct: 50
default:
- service: light.turn_off
- action: light.turn_off
target:
entity_id: light.master_bedroom_accent