From 3ae7c2b8e9679ffecd0507db036713f38a11ce6c Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 4 Dec 2025 23:56:18 -0600 Subject: [PATCH] fewer lines --- apps/stages/bar.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/apps/stages/bar.yaml b/apps/stages/bar.yaml index f1147d2..abc0ad0 100644 --- a/apps/stages/bar.yaml +++ b/apps/stages/bar.yaml @@ -44,10 +44,7 @@ bar_lights: brightness: 100 light.server_lamp: state: "on" - rgb_color: - - 255 - - 112 - - 86 + rgb_color: [255, 112, 86] brightness: 175 light.living_room_stick: state: "on" @@ -61,10 +58,7 @@ bar_lights: brightness: 75 light.server_lamp: state: "on" - rgb_color: - - 255 - - 112 - - 86 + rgb_color: [255, 112, 86] brightness: 175 light.living_room_stick: state: "on"