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