Update Lighting Package

This commit is contained in:
2022-07-19 16:30:17 -07:00
parent 233ac972a7
commit 39ddea7900

View File

@@ -107,24 +107,60 @@ scene:
entities: entities:
light.living_room_light: light.living_room_light:
state: "on" state: "on"
brightness: 175 brightness: 128
- name: Home Theater Low - name: Home Theater Low
entities: entities:
light.living_room_light: light.living_room_light:
state: "on" state: "on"
brightness: 100 brightness: 80
- name: Home Theater Dim - name: Home Theater Dim
entities: entities:
light.living_room_light: light.living_room_light:
state: "on" state: "on"
brightness: 50 brightness: 32
- name: Home Theater Off - name: Home Theater Off
entities: entities:
light.living_room_light: "off" 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 # Lighting Scripts
script: script: