migrated rooms.yaml
This commit is contained in:
@@ -28,11 +28,12 @@ bathroom:
|
|||||||
brightness_pct: 20
|
brightness_pct: 20
|
||||||
color_temp: 350
|
color_temp: 350
|
||||||
sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
sleep_scene:
|
sleep_state:
|
||||||
off_duration: '00:02:00'
|
off_duration: '00:02:00'
|
||||||
light.bathroom:
|
scene:
|
||||||
brightness_pct: 10
|
light.bathroom:
|
||||||
color_temp: 250
|
brightness_pct: 10
|
||||||
|
color_temp: 250
|
||||||
|
|
||||||
closet:
|
closet:
|
||||||
module: basic_motion
|
module: basic_motion
|
||||||
@@ -127,7 +128,7 @@ living_room:
|
|||||||
state: on
|
state: on
|
||||||
color_temp: 200
|
color_temp: 200
|
||||||
brightness_pct: 30
|
brightness_pct: 30
|
||||||
light.corner_light:
|
light.couch_corner:
|
||||||
state: on
|
state: on
|
||||||
color_temp: 200
|
color_temp: 200
|
||||||
brightness_pct: 7
|
brightness_pct: 7
|
||||||
@@ -137,7 +138,7 @@ living_room:
|
|||||||
state: on
|
state: on
|
||||||
color_temp: 250
|
color_temp: 250
|
||||||
brightness_pct: 50
|
brightness_pct: 50
|
||||||
light.corner_light:
|
light.couch_corner:
|
||||||
state: on
|
state: on
|
||||||
color_temp: 250
|
color_temp: 250
|
||||||
brightness_pct: 25
|
brightness_pct: 25
|
||||||
@@ -147,28 +148,41 @@ living_room:
|
|||||||
state: on
|
state: on
|
||||||
color_temp: 300
|
color_temp: 300
|
||||||
brightness_pct: 100
|
brightness_pct: 100
|
||||||
light.corner_light:
|
light.couch_corner:
|
||||||
state: on
|
state: on
|
||||||
color_temp: 450
|
color_temp: 450
|
||||||
brightness_pct: 50
|
brightness_pct: 50
|
||||||
- time: 'sunset'
|
- time: sunset
|
||||||
off_duration: '01:00:00'
|
off_duration: 01:00:00
|
||||||
scene:
|
scene:
|
||||||
light.living_room:
|
light.living_room:
|
||||||
state: on
|
state: on
|
||||||
color_temp: 350
|
color_temp: 350
|
||||||
brightness_pct: 70
|
brightness_pct: 70
|
||||||
light.corner_light:
|
light.couch_corner:
|
||||||
state: on
|
state: on
|
||||||
color_temp: 650
|
color_temp: 650
|
||||||
brightness_pct: 10
|
brightness_pct: 10
|
||||||
|
- elevation: -20
|
||||||
|
direction: setting
|
||||||
|
off_duration: 00:30:00
|
||||||
|
scene:
|
||||||
|
light.living_room:
|
||||||
|
state: on
|
||||||
|
color_temp: 350
|
||||||
|
brightness_pct: 50
|
||||||
|
light.couch_corner:
|
||||||
|
state: on
|
||||||
|
color_temp: 650
|
||||||
|
brightness_pct: 5
|
||||||
sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
sleep_scene:
|
sleep_state:
|
||||||
off_duration: '00:02:00'
|
off_duration: '00:02:00'
|
||||||
light.living_room:
|
scene:
|
||||||
state: 'on'
|
light.living_room:
|
||||||
color_name: 'red'
|
state: 'on'
|
||||||
brightness_pct: 50
|
color_name: 'red'
|
||||||
|
brightness_pct: 50
|
||||||
|
|
||||||
kitchen:
|
kitchen:
|
||||||
module: basic_motion
|
module: basic_motion
|
||||||
@@ -176,7 +190,7 @@ kitchen:
|
|||||||
entity: light.kitchen
|
entity: light.kitchen
|
||||||
sensor: binary_sensor.motion_kitchen
|
sensor: binary_sensor.motion_kitchen
|
||||||
off_duration: '00:10:00'
|
off_duration: '00:10:00'
|
||||||
button: kitchen_switch
|
button: kitchen
|
||||||
scene:
|
scene:
|
||||||
- time: sunrise
|
- time: sunrise
|
||||||
scene:
|
scene:
|
||||||
@@ -204,11 +218,11 @@ kitchen:
|
|||||||
color_temp: 650
|
color_temp: 650
|
||||||
brightness_pct: 10
|
brightness_pct: 10
|
||||||
sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
sleep_scene:
|
sleep_state:
|
||||||
light.kitchen:
|
scene:
|
||||||
state: on
|
light.kitchen:
|
||||||
brightness_pct: 1
|
state: on
|
||||||
|
brightness_pct: 1
|
||||||
|
|
||||||
# patio:
|
# patio:
|
||||||
# module: patio
|
# module: patio
|
||||||
|
|||||||
Reference in New Issue
Block a user