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
@@ -85,7 +85,7 @@ variables:
action:
- alias: "Make sure Z-Wave switch is turned on"
service: homeassistant.turn_on
action: homeassistant.turn_on
target:
entity_id: "{{ switch_name }}"
- choose:
@@ -96,7 +96,7 @@ action:
entity_id: input_select.master_bedroom_mode
state: Manual
sequence:
- service: light.turn_on
- action: light.turn_on
target:
entity_id: light.master_bedroom_hue
@@ -115,7 +115,7 @@ action:
entity_id: input_select.automatic_light_profile
state: Nightlight
sequence:
- service: scene.turn_on
- action: scene.turn_on
data:
transition: 10
target:
@@ -132,7 +132,7 @@ action:
entity_id: light.master_bedroom_hue
state: 'on'
sequence:
- service: scene.turn_on
- action: scene.turn_on
data:
transition: "{{ states('input_number.light_scene_transition') }}"
target:
@@ -149,7 +149,7 @@ action:
entity_id: light.master_bedroom_hue
state: 'off'
sequence:
- service: scene.turn_on
- action: scene.turn_on
target:
entity_id: "scene.{{light_name}}_{{states(automatic_profile).lower().replace(' ','_')}}"
@@ -164,7 +164,7 @@ action:
entity_id: input_select.master_bedroom_mode
state: Nightlight
sequence:
- service: scene.turn_on
- action: scene.turn_on
data:
transition: 10
target:
@@ -177,7 +177,7 @@ action:
entity_id: light.master_bedroom_hue
state: 'on'
sequence:
- service: scene.turn_on
- action: scene.turn_on
data:
transition: "{{ states('input_number.light_scene_transition') }}"
target:
@@ -190,7 +190,7 @@ action:
entity_id: light.master_bedroom_hue
state: 'off'
sequence:
- service: scene.turn_on
- action: scene.turn_on
target:
entity_id: "scene.{{light_name}}_{{states(mode_name).lower().replace(' ','_')}}"