most apps switched to controller model
This commit is contained in:
168
apps/rooms.yaml
168
apps/rooms.yaml
@@ -1,38 +1,38 @@
|
||||
bathroom:
|
||||
module: basic_motion
|
||||
class: MotionLight
|
||||
entity: light.bathroom
|
||||
sensor: binary_sensor.motion_bathroom
|
||||
off_duration: '00:05:00'
|
||||
button: button1
|
||||
delay: '00:20:00'
|
||||
scene:
|
||||
- time: '05:00:00'
|
||||
scene:
|
||||
light.bathroom:
|
||||
brightness_pct: 40
|
||||
color_temp: 250
|
||||
- time: '12:00:00'
|
||||
scene:
|
||||
light.bathroom:
|
||||
brightness_pct: 70
|
||||
color_temp: 300
|
||||
- time: sunset
|
||||
scene:
|
||||
light.bathroom:
|
||||
brightness_pct: 50
|
||||
color_temp: 350
|
||||
- time: '23:00:00'
|
||||
scene:
|
||||
light.bathroom:
|
||||
brightness_pct: 20
|
||||
color_temp: 350
|
||||
sleep: input_boolean.sleeping
|
||||
sleep_scene:
|
||||
off_duration: '00:02:00'
|
||||
light.bathroom:
|
||||
brightness_pct: 10
|
||||
color_temp: 250
|
||||
# bathroom:
|
||||
# module: basic_motion
|
||||
# class: MotionLight
|
||||
# entity: light.bathroom
|
||||
# sensor: binary_sensor.motion_bathroom
|
||||
# off_duration: '00:05:00'
|
||||
# button: button1
|
||||
# delay: '00:20:00'
|
||||
# scene:
|
||||
# - time: '05:00:00'
|
||||
# scene:
|
||||
# light.bathroom:
|
||||
# brightness_pct: 40
|
||||
# color_temp: 250
|
||||
# - time: '12:00:00'
|
||||
# scene:
|
||||
# light.bathroom:
|
||||
# brightness_pct: 70
|
||||
# color_temp: 300
|
||||
# - time: sunset
|
||||
# scene:
|
||||
# light.bathroom:
|
||||
# brightness_pct: 50
|
||||
# color_temp: 350
|
||||
# - time: '23:00:00'
|
||||
# scene:
|
||||
# light.bathroom:
|
||||
# brightness_pct: 20
|
||||
# color_temp: 350
|
||||
# sleep: input_boolean.sleeping
|
||||
# sleep_scene:
|
||||
# off_duration: '00:02:00'
|
||||
# light.bathroom:
|
||||
# brightness_pct: 10
|
||||
# color_temp: 250
|
||||
|
||||
closet:
|
||||
module: basic_motion
|
||||
@@ -62,55 +62,55 @@ closet:
|
||||
brightness_pct: 40
|
||||
color_temp: 400
|
||||
|
||||
bedroom:
|
||||
module: basic_motion
|
||||
class: MotionLight
|
||||
entity: light.bedroom
|
||||
sensor: binary_sensor.motion_bedroom
|
||||
off_duration: '00:05:00'
|
||||
button:
|
||||
- bedroom_switch
|
||||
- bedroom_switch_2
|
||||
scene:
|
||||
- time: 'sunrise - 03:00:00'
|
||||
scene:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_temp: 550
|
||||
brightness_pct: 20
|
||||
light.overhead:
|
||||
state: off
|
||||
- time: '06:00:00'
|
||||
scene:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_temp: 550
|
||||
brightness_pct: 20
|
||||
light.overhead:
|
||||
state: on
|
||||
color_temp: 250
|
||||
brightness_pct: 15
|
||||
- time: '12:00:00'
|
||||
scene:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_temp: 325
|
||||
brightness_pct: 30
|
||||
light.overhead:
|
||||
state: on
|
||||
color_temp: 325
|
||||
brightness_pct: 70
|
||||
- time: 'sunset'
|
||||
scene:
|
||||
light.bedroom:
|
||||
state: on
|
||||
color_temp: 325
|
||||
brightness_pct: 50
|
||||
light.overhead:
|
||||
state: on
|
||||
color_temp: 350
|
||||
brightness_pct: 10
|
||||
sleep: input_boolean.sleeping
|
||||
# bedroom:
|
||||
# module: basic_motion
|
||||
# class: MotionLight
|
||||
# entity: light.bedroom
|
||||
# sensor: binary_sensor.motion_bedroom
|
||||
# off_duration: '00:05:00'
|
||||
# button:
|
||||
# - bedroom
|
||||
# - bedroom2
|
||||
# scene:
|
||||
# - time: 'sunrise - 03:00:00'
|
||||
# scene:
|
||||
# light.bedroom:
|
||||
# state: on
|
||||
# color_temp: 550
|
||||
# brightness_pct: 20
|
||||
# light.overhead:
|
||||
# state: off
|
||||
# - time: '06:00:00'
|
||||
# scene:
|
||||
# light.bedroom:
|
||||
# state: on
|
||||
# color_temp: 550
|
||||
# brightness_pct: 20
|
||||
# light.overhead:
|
||||
# state: on
|
||||
# color_temp: 250
|
||||
# brightness_pct: 15
|
||||
# - time: '12:00:00'
|
||||
# scene:
|
||||
# light.bedroom:
|
||||
# state: on
|
||||
# color_temp: 325
|
||||
# brightness_pct: 30
|
||||
# light.overhead:
|
||||
# state: on
|
||||
# color_temp: 325
|
||||
# brightness_pct: 70
|
||||
# - time: 'sunset'
|
||||
# scene:
|
||||
# light.bedroom:
|
||||
# state: on
|
||||
# color_temp: 325
|
||||
# brightness_pct: 50
|
||||
# light.overhead:
|
||||
# state: on
|
||||
# color_temp: 350
|
||||
# brightness_pct: 10
|
||||
# sleep: input_boolean.sleeping
|
||||
|
||||
# living_room:
|
||||
# module: basic_motion
|
||||
|
||||
Reference in New Issue
Block a user