Files
ad-nix/apps/kitchen.yaml
John Lancaster 02c7cf98ee rest of the pivot
2023-04-25 23:10:44 -05:00

43 lines
891 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
# enable: input_boolean.enable_kitchen
# 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: 500