From dac73a839828547cf2d0b535cceded966cc1e9e7 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 12 Dec 2025 17:21:36 -0600 Subject: [PATCH] adjusted stages --- apps/stages/bar.yaml | 11 ++++++++++- apps/stages/patio.yaml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/apps/stages/bar.yaml b/apps/stages/bar.yaml index abc0ad0..04b8e0e 100644 --- a/apps/stages/bar.yaml +++ b/apps/stages/bar.yaml @@ -33,9 +33,18 @@ bar_lights: light.bar: state: on color_temp_kelvin: 3000 - brightness: 150 + brightness: 75 light.server_lamp: state: off + - start: 'sunset - 60min' + scene: + light.bar: + state: on + color_temp_kelvin: 3000 + brightness: 75 + light.server_lamp: + state: on + brightness: 100 - start: 'sunset' scene: light.bar: diff --git a/apps/stages/patio.yaml b/apps/stages/patio.yaml index 90462b6..c194693 100644 --- a/apps/stages/patio.yaml +++ b/apps/stages/patio.yaml @@ -31,4 +31,4 @@ patio: light.patio: state: on brightness: 75 - rgb_color: [0, 255, 0] \ No newline at end of file + rgb_color: [0, 255, 0]