Update Lighting
This commit is contained in:
@@ -107,19 +107,19 @@ scene:
|
||||
entities:
|
||||
light.living_room_light:
|
||||
state: "on"
|
||||
brightness: 128
|
||||
brightness: 255
|
||||
|
||||
- name: Home Theater Low
|
||||
entities:
|
||||
light.living_room_light:
|
||||
state: "on"
|
||||
brightness: 80
|
||||
brightness: 50
|
||||
|
||||
- name: Home Theater Dim
|
||||
entities:
|
||||
light.living_room_light:
|
||||
state: "on"
|
||||
brightness: 32
|
||||
brightness: 20
|
||||
|
||||
- name: Home Theater Off
|
||||
entities:
|
||||
@@ -130,7 +130,7 @@ scene:
|
||||
entities:
|
||||
light.dining_room_light:
|
||||
state: "on"
|
||||
brightness: 64
|
||||
brightness: 50
|
||||
|
||||
- name: Dining Room Full
|
||||
entities:
|
||||
@@ -324,3 +324,5 @@ automation:
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.dining_room_dim
|
||||
data:
|
||||
transition: 5
|
||||
|
||||
Reference in New Issue
Block a user