fixed brightness_pct after update

This commit is contained in:
John Lancaster
2023-12-08 08:18:56 -06:00
parent 56e4d893f5
commit e3735e381b
5 changed files with 40 additions and 41 deletions

View File

@@ -1,7 +1,6 @@
kitchen:
module: room_control
class: RoomController
ref_entity: light.kitchen
off_duration: '00:10:00'
# ha_button: input_button.activate_kitchen
sleep: input_boolean.sleeping
@@ -16,32 +15,33 @@ kitchen:
light.kitchen:
state: on
color_temp: 200
brightness_pct: 10
brightness: 25
- time: '12:00:00'
scene:
light.kitchen:
state: on
color_temp: 300
brightness_pct: 30
brightness: 75
- time: sunset
scene:
light.kitchen:
state: on
color_temp: 450
brightness_pct: 40
brightness: 100
- time: '22:00:00'
off_duration: '00:02:00'
scene:
light.kitchen:
state: on
color_temp: 650
brightness_pct: 10
brightness: 25
kitchen_button:
module: button
class: Button
app: kitchen
button: Kitchen Button
ref_entity: light.kitchen
kitchen_motion:
module: motion