42 lines
772 B
YAML
42 lines
772 B
YAML
kitchen:
|
|
module: controller
|
|
class: ControllerRoomLights
|
|
entities:
|
|
- light.kitchen
|
|
|
|
kitchen_motion:
|
|
module: controller
|
|
class: ControllerMotion
|
|
room: kitchen
|
|
off_duration: 00:01:00
|
|
entities:
|
|
- binary_sensor.motion_kitchen
|
|
|
|
kitchen_button:
|
|
module: controller
|
|
class: ControllerButton
|
|
room: kitchen
|
|
buttons:
|
|
- kitchen
|
|
|
|
kitchen_daylight:
|
|
module: controller
|
|
class: ControllerDaylight
|
|
room: kitchen
|
|
entities:
|
|
- light.kitchen
|
|
latitude: 30.150380
|
|
longitude: -97.4487
|
|
periods:
|
|
- time: sunrise
|
|
brightness: 10
|
|
color_temp: 200
|
|
- time: noon
|
|
brightness: 30
|
|
color_temp: 300
|
|
- time: sunset
|
|
brightness: 40
|
|
color_temp: 450
|
|
- time: '10:00:00pm'
|
|
brightness: 10
|
|
color_temp: 650 |