mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user