From 2f52febf38b2988f46742d9717618ada59b09de7 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:45:55 -0600 Subject: [PATCH] additional bar lights stage --- apps/stages/bar.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/stages/bar.yaml b/apps/stages/bar.yaml index 75d447b..9bfe604 100644 --- a/apps/stages/bar.yaml +++ b/apps/stages/bar.yaml @@ -17,7 +17,15 @@ bar_lights: light.bar: state: on color_temp_kelvin: 3500 - brightness: 100 + brightness: 75 + light.server_lamp: + state: off + - start: '09:00 am' + scene: + light.bar: + state: on + color_temp_kelvin: 3500 + brightness: 125 light.server_lamp: state: off - start: '01:00 pm'