From 39ddea790020d0cb1e769cb2a32cd8cc3240d249 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Tue, 19 Jul 2022 16:30:17 -0700 Subject: [PATCH] Update Lighting Package --- packages/lighting/lighting.yaml | 42 ++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/packages/lighting/lighting.yaml b/packages/lighting/lighting.yaml index ef78bb1..5acc791 100644 --- a/packages/lighting/lighting.yaml +++ b/packages/lighting/lighting.yaml @@ -107,24 +107,60 @@ scene: entities: light.living_room_light: state: "on" - brightness: 175 + brightness: 128 - name: Home Theater Low entities: light.living_room_light: state: "on" - brightness: 100 + brightness: 80 - name: Home Theater Dim entities: light.living_room_light: state: "on" - brightness: 50 + brightness: 32 - name: Home Theater Off entities: light.living_room_light: "off" +# Dining Room Scenes + - name: Dining Room Dim + entities: + light.dining_room_light: + state: "on" + brightness: 64 + + - name: Dining Room Full + entities: + light.dining_room_light: + state: "on" + brightness: 255 + + - name: Dining Room Off + entities: + light.dining_room_light: + state: "off" + +# Outdoor/Patio Scenes + - name: Pergola Low + entities: + light.pergola_lights: + state: "on" + brightness: 128 + + - name: Pergola Full + entities: + light.pergola_lights: + state: "on" + brightness: 255 + + - name: Pergola Off + entities: + light.pergola_lights: + state: "off" + # ----------------------------------------------------------------------------- # Lighting Scripts script: