controllers start, kind of working

This commit is contained in:
John Lancaster
2023-04-15 15:15:37 -05:00
parent e13fadc5cf
commit 6aa9154a78
3 changed files with 204 additions and 38 deletions

View File

@@ -170,44 +170,44 @@ living_room:
color_name: 'red'
brightness_pct: 50
kitchen:
module: basic_motion
class: MotionLight
entity: light.kitchen
sensor: binary_sensor.motion_kitchen
off_duration: '00:10:00'
button: kitchen_switch
scene:
- 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_scene:
light.kitchen:
state: on
brightness_pct: 1
# kitchen:
# module: basic_motion
# class: MotionLight
# entity: light.kitchen
# sensor: binary_sensor.motion_kitchen
# off_duration: '00:10:00'
# button: kitchen_switch
# scene:
# - 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_scene:
# light.kitchen:
# state: on
# brightness_pct: 1
# patio: