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
@@ -2,15 +2,15 @@ alias: Computer Area Light Cycle
fields:
colorset:
description: The set of colors to loop through
example: 'gemtones'
example: "gemtones"
brightness:
description: The brightness that the lights should be set to
example: '100'
example: "100"
transition:
description: The transition time, in seconds
example: '10'
example: "10"
sequence:
- service: light.turn_on
- action: light.turn_on
data_template:
entity_id: light.computer_area_hue
brightness: '{{ states("input_number.computer_area_light_cycle_brightness") | int }}'
@@ -52,5 +52,5 @@ sequence:
seconds: '{{ states("input_number.computer_area_light_cycle_transition") | int }}'
# Wait until the loop_lights script has finished running
- wait_template: "{{ is_state('script.computer_area_loop_lights', 'off') }}"
- service: script.turn_on
- action: script.turn_on
entity_id: script.computer_area_loop_lights