pre-merge (kinda fucked up before)

This commit is contained in:
John Lancaster
2024-01-28 09:04:54 -06:00
parent dee31fe6f1
commit af8d13bfce
15 changed files with 162 additions and 102 deletions

View File

@@ -2,46 +2,46 @@ kitchen:
module: room_control
class: RoomController
off_duration: '00:10:00'
ha_button: input_button.activate_kitchen
# ha_button: input_button.activate_kitchen
sleep: input_boolean.sleeping
sleep_state:
scene:
light.kitchen:
state: on
brightness: 1
states:
- time: sunrise
scene:
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
sleep: input_boolean.sleeping
sleep_state:
scene:
light.kitchen:
state: on
brightness_pct: 1
brightness: 25
kitchen_button:
module: button
class: ButtonController
class: Button
app: kitchen
ref_entity: light.kitchen
button: Kitchen Button
ref_entity: light.kitchen
kitchen_motion:
module: motion