rest of the pivot

This commit is contained in:
John Lancaster
2023-04-25 23:10:44 -05:00
parent f10927ccce
commit 02c7cf98ee
5 changed files with 392 additions and 392 deletions

View File

@@ -1,43 +1,43 @@
kitchen:
module: controller
class: ControllerRoomLights
entities:
- light.kitchen
# 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_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_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
# 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