created living_room.yaml
This commit is contained in:
114
apps/rooms.yaml
114
apps/rooms.yaml
@@ -112,63 +112,63 @@ bedroom:
|
||||
brightness_pct: 10
|
||||
sleep: input_boolean.sleeping
|
||||
|
||||
living_room:
|
||||
module: basic_motion
|
||||
class: MotionLight
|
||||
entity: light.living_room
|
||||
sensor: binary_sensor.motion_living_room
|
||||
off_duration: '00:30:00'
|
||||
button: living_room
|
||||
door: binary_sensor.front_door
|
||||
scene:
|
||||
- time: sunrise
|
||||
scene:
|
||||
light.living_room:
|
||||
state: on
|
||||
color_temp: 200
|
||||
brightness_pct: 30
|
||||
light.corner_light:
|
||||
state: on
|
||||
color_temp: 200
|
||||
brightness_pct: 7
|
||||
- time: '09:00:00'
|
||||
scene:
|
||||
light.living_room:
|
||||
state: on
|
||||
color_temp: 250
|
||||
brightness_pct: 50
|
||||
light.corner_light:
|
||||
state: on
|
||||
color_temp: 250
|
||||
brightness_pct: 25
|
||||
- time: '12:00:00'
|
||||
scene:
|
||||
light.living_room:
|
||||
state: on
|
||||
color_temp: 300
|
||||
brightness_pct: 100
|
||||
light.corner_light:
|
||||
state: on
|
||||
color_temp: 450
|
||||
brightness_pct: 50
|
||||
- time: 'sunset'
|
||||
off_duration: '01:00:00'
|
||||
scene:
|
||||
light.living_room:
|
||||
state: on
|
||||
color_temp: 350
|
||||
brightness_pct: 70
|
||||
light.corner_light:
|
||||
state: on
|
||||
color_temp: 650
|
||||
brightness_pct: 10
|
||||
sleep: input_boolean.sleeping
|
||||
sleep_scene:
|
||||
off_duration: '00:02:00'
|
||||
light.living_room:
|
||||
state: 'on'
|
||||
color_name: 'red'
|
||||
brightness_pct: 50
|
||||
# living_room:
|
||||
# module: basic_motion
|
||||
# class: MotionLight
|
||||
# entity: light.living_room
|
||||
# sensor: binary_sensor.motion_living_room
|
||||
# off_duration: '00:30:00'
|
||||
# button: living_room
|
||||
# door: binary_sensor.front_door
|
||||
# scene:
|
||||
# - time: sunrise
|
||||
# scene:
|
||||
# light.living_room:
|
||||
# state: on
|
||||
# color_temp: 200
|
||||
# brightness_pct: 30
|
||||
# light.corner_light:
|
||||
# state: on
|
||||
# color_temp: 200
|
||||
# brightness_pct: 7
|
||||
# - time: '09:00:00'
|
||||
# scene:
|
||||
# light.living_room:
|
||||
# state: on
|
||||
# color_temp: 250
|
||||
# brightness_pct: 50
|
||||
# light.corner_light:
|
||||
# state: on
|
||||
# color_temp: 250
|
||||
# brightness_pct: 25
|
||||
# - time: '12:00:00'
|
||||
# scene:
|
||||
# light.living_room:
|
||||
# state: on
|
||||
# color_temp: 300
|
||||
# brightness_pct: 100
|
||||
# light.corner_light:
|
||||
# state: on
|
||||
# color_temp: 450
|
||||
# brightness_pct: 50
|
||||
# - time: 'sunset'
|
||||
# off_duration: '01:00:00'
|
||||
# scene:
|
||||
# light.living_room:
|
||||
# state: on
|
||||
# color_temp: 350
|
||||
# brightness_pct: 70
|
||||
# light.corner_light:
|
||||
# state: on
|
||||
# color_temp: 650
|
||||
# brightness_pct: 10
|
||||
# sleep: input_boolean.sleeping
|
||||
# sleep_scene:
|
||||
# off_duration: '00:02:00'
|
||||
# light.living_room:
|
||||
# state: 'on'
|
||||
# color_name: 'red'
|
||||
# brightness_pct: 50
|
||||
|
||||
# kitchen:
|
||||
# module: basic_motion
|
||||
|
||||
Reference in New Issue
Block a user