From 29759692b280d8669cc596973e785a876ffbd85c Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:07:07 -0600 Subject: [PATCH] added the govee stick to the bar lights stages --- apps/stages/bar.yaml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/apps/stages/bar.yaml b/apps/stages/bar.yaml index 9bfe604..57fb665 100644 --- a/apps/stages/bar.yaml +++ b/apps/stages/bar.yaml @@ -39,13 +39,25 @@ bar_lights: - start: 'sunset' scene: light.bar: - state: on + state: "on" color_temp_kelvin: 2202 brightness: 100 light.server_lamp: - state: on - rgb_color: [255, 112, 86] + state: "on" + rgb_color: + - 255 + - 112 + - 86 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' scene: light.bar: @@ -56,6 +68,9 @@ bar_lights: state: on rgb_color: [255, 112, 86] brightness: 75 + light.h6076: + state: "on" + brightness: 175 - start: '11:30 pm' scene: light.bar: