fixed brightness_pct after update
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
bedroom:
|
||||
module: room_control
|
||||
class: RoomController
|
||||
ref_entity: light.bedroom
|
||||
off_duration: '00:05:00'
|
||||
states:
|
||||
- time: 'sunrise - 03:00:00'
|
||||
@@ -9,11 +8,11 @@ bedroom:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_temp: 200
|
||||
brightness_pct: 20
|
||||
brightness: 50
|
||||
light.globe:
|
||||
state: on
|
||||
color_temp: 200
|
||||
brightness_pct: 20
|
||||
brightness: 50
|
||||
light.overhead:
|
||||
state: off
|
||||
- time: '06:00:00'
|
||||
@@ -21,57 +20,57 @@ bedroom:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_temp: 250
|
||||
brightness_pct: 20
|
||||
brightness: 50
|
||||
light.globe:
|
||||
state: on
|
||||
color_temp: 250
|
||||
brightness_pct: 20
|
||||
brightness: 50
|
||||
light.overhead:
|
||||
state: on
|
||||
color_temp: 250
|
||||
brightness_pct: 15
|
||||
brightness: 40
|
||||
- time: '12:00:00'
|
||||
scene:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_temp: 325
|
||||
brightness_pct: 30
|
||||
brightness: 75
|
||||
light.globe:
|
||||
state: on
|
||||
color_temp: 325
|
||||
brightness_pct: 30
|
||||
brightness: 75
|
||||
light.overhead:
|
||||
state: on
|
||||
color_temp: 325
|
||||
brightness_pct: 50
|
||||
brightness: 50
|
||||
- time: 'sunset'
|
||||
scene:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_temp: 325
|
||||
brightness_pct: 50
|
||||
brightness: 50
|
||||
light.globe:
|
||||
state: on
|
||||
color_temp: 325
|
||||
brightness_pct: 50
|
||||
brightness: 50
|
||||
light.overhead:
|
||||
state: on
|
||||
color_temp: 350
|
||||
brightness_pct: 10
|
||||
brightness: 65
|
||||
- time: '01:00:00'
|
||||
scene:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_name: green
|
||||
brightness_pct: 50
|
||||
brightness: 50
|
||||
light.globe:
|
||||
state: on
|
||||
color_name: blue
|
||||
brightness_pct: 50
|
||||
brightness: 50
|
||||
light.overhead:
|
||||
state: on
|
||||
color_name: blueviolet
|
||||
brightness_pct: 100
|
||||
brightness: 255
|
||||
sleep: input_boolean.sleeping
|
||||
|
||||
bedroom_buttons:
|
||||
|
||||
Reference in New Issue
Block a user