diff --git a/apps/stages/bar.yaml b/apps/stages/bar.yaml index 9bfe604..57fb665 100644 --- a/apps/stages/bar.yaml +++ b/apps/stages/bar.yaml @@ -39,13 +39,25 @@ bar_lights: - start: 'sunset' scene: light.bar: - state: on + state: "on" color_temp_kelvin: 2202 brightness: 100 light.server_lamp: - state: on - rgb_color: [255, 112, 86] + state: "on" + rgb_color: + - 255 + - 112 + - 86 brightness: 175 + light.h6076: + state: "on" + brightness: 50 + effect: sunset + - start: 'sunset + 1:00' + scene: + light.h6076: + state: on + brightness: 255 - start: '10:00 pm' scene: light.bar: @@ -56,6 +68,9 @@ bar_lights: state: on rgb_color: [255, 112, 86] brightness: 75 + light.h6076: + state: "on" + brightness: 175 - start: '11:30 pm' scene: light.bar: