From 4e8f069123e39f1e642204a2ffea5c0892b2f244 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:32:56 -0600 Subject: [PATCH] first draft app --- apps/apps.yaml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/apps/apps.yaml b/apps/apps.yaml index 11d211d..e87501e 100644 --- a/apps/apps.yaml +++ b/apps/apps.yaml @@ -7,7 +7,7 @@ bar_lights: module: light class: StagedLight stages: - - start: '06:00 am' + - start: '03:00 am' scene: light.bar: state: on @@ -29,5 +29,25 @@ bar_lights: scene: light.bar: state: on - color_temp_kelvin: 2000 + color_temp_kelvin: 2202 brightness: 100 + light.server_lamp: + state: on + rgb_color: [255, 112, 86] + brightness: 175 + - start: '10:00 pm' + scene: + light.bar: + state: on + color_temp_kelvin: 2202 + brightness: 75 + light.server_lamp: + state: on + rgb_color: [255, 112, 86] + brightness: 75 + - start: '11:30 pm' + scene: + light.bar: + state: on + color_temp_kelvin: 2202 + brightness: 30