Update Lighting Package
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user