Files
ad-nix/apps/rooms/kitchen.yaml
John Lancaster 4b0b7c5e61 yaml tweaks
2023-12-03 18:04:16 -06:00

51 lines
1.0 KiB
YAML
Executable File

kitchen:
module: room_control
class: RoomController
ref_entity: light.kitchen
off_duration: '00:10:00'
ha_button: input_button.activate_kitchen
states:
- time: sunrise
scene:
light.kitchen:
state: on
color_temp: 200
brightness_pct: 10
- time: '12:00:00'
scene:
light.kitchen:
state: on
color_temp: 300
brightness_pct: 30
- time: sunset
scene:
light.kitchen:
state: on
color_temp: 450
brightness_pct: 40
- 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: 1
kitchen_button:
module: button
class: Button
app: kitchen
button: Kitchen Button
kitchen_motion:
module: motion
class: Motion
app: kitchen
sensor: binary_sensor.kitchen_motion_occupancy
ref_entity: light.kitchen