From 25c529da6084ef3a393b07f8c77e2f86b77f40f5 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:14:56 -0600 Subject: [PATCH] added patio light --- apps/stages/patio.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 apps/stages/patio.yaml diff --git a/apps/stages/patio.yaml b/apps/stages/patio.yaml new file mode 100644 index 0000000..90462b6 --- /dev/null +++ b/apps/stages/patio.yaml @@ -0,0 +1,34 @@ +patio: + module: light + class: StagedLight + activate-at-start: true + transition: 5 + stages: + - start: '01:00 am' + scene: + light.patio: + state: off + - start: sunset + scene: + light.patio: + state: on + brightness: 255 + rgb_color: [0, 255, 0] + - start: '10:00 pm' + scene: + light.patio: + state: on + brightness: 175 + rgb_color: [0, 255, 0] + - start: '11:00 pm' + scene: + light.patio: + state: on + brightness: 125 + rgb_color: [0, 255, 0] + - start: '12:00 am' + scene: + light.patio: + state: on + brightness: 75 + rgb_color: [0, 255, 0] \ No newline at end of file