added the govee stick to the bar lights stages

This commit is contained in:
John Lancaster
2025-12-02 22:07:07 -06:00
parent fbd60ab6ac
commit 29759692b2

View File

@@ -39,13 +39,25 @@ bar_lights:
- start: 'sunset' - start: 'sunset'
scene: scene:
light.bar: light.bar:
state: on state: "on"
color_temp_kelvin: 2202 color_temp_kelvin: 2202
brightness: 100 brightness: 100
light.server_lamp: light.server_lamp:
state: on state: "on"
rgb_color: [255, 112, 86] rgb_color:
- 255
- 112
- 86
brightness: 175 brightness: 175
light.h6076:
state: "on"
brightness: 50
effect: sunset
- start: 'sunset + 1:00'
scene:
light.h6076:
state: on
brightness: 255
- start: '10:00 pm' - start: '10:00 pm'
scene: scene:
light.bar: light.bar:
@@ -56,6 +68,9 @@ bar_lights:
state: on state: on
rgb_color: [255, 112, 86] rgb_color: [255, 112, 86]
brightness: 75 brightness: 75
light.h6076:
state: "on"
brightness: 175
- start: '11:30 pm' - start: '11:30 pm'
scene: scene:
light.bar: light.bar: