rest of the pivot
This commit is contained in:
@@ -1,52 +1,52 @@
|
|||||||
bathroom:
|
# bathroom:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerRoomLights
|
# class: ControllerRoomLights
|
||||||
entities:
|
# entities:
|
||||||
- light.bathroom
|
# - light.bathroom
|
||||||
|
|
||||||
bathroom_motion:
|
# bathroom_motion:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerMotion
|
# class: ControllerMotion
|
||||||
room: bathroom
|
# room: bathroom
|
||||||
off_duration: 00:03:00
|
# off_duration: 00:03:00
|
||||||
entities:
|
# entities:
|
||||||
- binary_sensor.motion_bathroom
|
# - binary_sensor.motion_bathroom
|
||||||
|
|
||||||
bathroom_button:
|
# bathroom_button:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerButton
|
# class: ControllerButton
|
||||||
room: bathroom
|
# room: bathroom
|
||||||
buttons:
|
# buttons:
|
||||||
- bathroom
|
# - bathroom
|
||||||
|
|
||||||
bathroom_daylight:
|
# bathroom_daylight:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerDaylight
|
# class: ControllerDaylight
|
||||||
enable: input_boolean.enable_bathroom
|
# enable: input_boolean.enable_bathroom
|
||||||
room: bathroom
|
# room: bathroom
|
||||||
entities:
|
# entities:
|
||||||
- light.bathroom
|
# - light.bathroom
|
||||||
latitude: 30.150380
|
# latitude: 30.150380
|
||||||
longitude: -97.4487
|
# longitude: -97.4487
|
||||||
periods:
|
# periods:
|
||||||
- time: '04:00:00am'
|
# - time: '04:00:00am'
|
||||||
brightness: 40
|
# brightness: 40
|
||||||
color_temp: 350
|
# color_temp: 350
|
||||||
|
|
||||||
- elevation: 0
|
# - elevation: 0
|
||||||
direction: rising
|
# direction: rising
|
||||||
brightness: 150
|
# brightness: 150
|
||||||
color_temp: 200
|
# color_temp: 200
|
||||||
|
|
||||||
- time: noon
|
# - time: noon
|
||||||
brightness: 255
|
# brightness: 255
|
||||||
color_temp: 300
|
# color_temp: 300
|
||||||
|
|
||||||
- elevation: 0
|
# - elevation: 0
|
||||||
direction: setting
|
# direction: setting
|
||||||
brightness: 125
|
# brightness: 125
|
||||||
color_temp: 325
|
# color_temp: 325
|
||||||
|
|
||||||
- time: '10:30:00pm'
|
# - time: '10:30:00pm'
|
||||||
brightness: 40
|
# brightness: 40
|
||||||
color_temp: 350
|
# color_temp: 350
|
||||||
@@ -1,55 +1,55 @@
|
|||||||
bedroom:
|
# bedroom:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerRoomLights
|
# class: ControllerRoomLights
|
||||||
sleep: input_boolean.sleeping
|
# sleep: input_boolean.sleeping
|
||||||
entities:
|
# entities:
|
||||||
- light.bedroom
|
# - light.bedroom
|
||||||
- light.overhead
|
# - light.overhead
|
||||||
|
|
||||||
bedroom_motion:
|
# bedroom_motion:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerMotion
|
# class: ControllerMotion
|
||||||
room: bedroom
|
# room: bedroom
|
||||||
off_duration: 00:05:00
|
# off_duration: 00:05:00
|
||||||
entities:
|
# entities:
|
||||||
- binary_sensor.motion_bedroom
|
# - binary_sensor.motion_bedroom
|
||||||
|
|
||||||
bedroom_button:
|
# bedroom_button:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerButton
|
# class: ControllerButton
|
||||||
room: bedroom
|
# room: bedroom
|
||||||
buttons:
|
# buttons:
|
||||||
- bedroom
|
# - bedroom
|
||||||
- bedroom2
|
# - bedroom2
|
||||||
|
|
||||||
bedroom_daylight:
|
# bedroom_daylight:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerDaylight
|
# class: ControllerDaylight
|
||||||
enable: input_boolean.enable_bedroom
|
# enable: input_boolean.enable_bedroom
|
||||||
room: bedroom
|
# room: bedroom
|
||||||
entities:
|
# entities:
|
||||||
- light.bedroom
|
# - light.bedroom
|
||||||
latitude: 30.150380
|
# latitude: 30.150380
|
||||||
longitude: -97.4487
|
# longitude: -97.4487
|
||||||
periods:
|
# periods:
|
||||||
- time: '04:00:00am'
|
# - time: '04:00:00am'
|
||||||
brightness: 75
|
# brightness: 75
|
||||||
color_temp: 200
|
# color_temp: 200
|
||||||
|
|
||||||
- elevation: 0
|
# - elevation: 0
|
||||||
direction: rising
|
# direction: rising
|
||||||
brightness: 150
|
# brightness: 150
|
||||||
color_temp: 200
|
# color_temp: 200
|
||||||
|
|
||||||
- time: noon
|
# - time: noon
|
||||||
brightness: 255
|
# brightness: 255
|
||||||
color_temp: 250
|
# color_temp: 250
|
||||||
|
|
||||||
- elevation: 0
|
# - elevation: 0
|
||||||
direction: setting
|
# direction: setting
|
||||||
brightness: 125
|
# brightness: 125
|
||||||
color_temp: 300
|
# color_temp: 300
|
||||||
|
|
||||||
- time: '10:30:00pm'
|
# - time: '10:30:00pm'
|
||||||
brightness: 75
|
# brightness: 75
|
||||||
color_temp: 300
|
# color_temp: 300
|
||||||
@@ -1,43 +1,43 @@
|
|||||||
kitchen:
|
# kitchen:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerRoomLights
|
# class: ControllerRoomLights
|
||||||
entities:
|
# entities:
|
||||||
- light.kitchen
|
# - light.kitchen
|
||||||
|
|
||||||
kitchen_motion:
|
# kitchen_motion:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerMotion
|
# class: ControllerMotion
|
||||||
room: kitchen
|
# room: kitchen
|
||||||
off_duration: 00:01:00
|
# off_duration: 00:01:00
|
||||||
entities:
|
# entities:
|
||||||
- binary_sensor.motion_kitchen
|
# - binary_sensor.motion_kitchen
|
||||||
|
|
||||||
kitchen_button:
|
# kitchen_button:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerButton
|
# class: ControllerButton
|
||||||
room: kitchen
|
# room: kitchen
|
||||||
buttons:
|
# buttons:
|
||||||
- kitchen
|
# - kitchen
|
||||||
|
|
||||||
kitchen_daylight:
|
# kitchen_daylight:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerDaylight
|
# class: ControllerDaylight
|
||||||
enable: input_boolean.enable_kitchen
|
# enable: input_boolean.enable_kitchen
|
||||||
room: kitchen
|
# room: kitchen
|
||||||
entities:
|
# entities:
|
||||||
- light.kitchen
|
# - light.kitchen
|
||||||
latitude: 30.150380
|
# latitude: 30.150380
|
||||||
longitude: -97.4487
|
# longitude: -97.4487
|
||||||
periods:
|
# periods:
|
||||||
- time: sunrise
|
# - time: sunrise
|
||||||
brightness: 10
|
# brightness: 10
|
||||||
color_temp: 200
|
# color_temp: 200
|
||||||
- time: noon
|
# - time: noon
|
||||||
brightness: 30
|
# brightness: 30
|
||||||
color_temp: 300
|
# color_temp: 300
|
||||||
- time: sunset
|
# - time: sunset
|
||||||
brightness: 40
|
# brightness: 40
|
||||||
color_temp: 450
|
# color_temp: 450
|
||||||
- time: '10:00:00pm'
|
# - time: '10:00:00pm'
|
||||||
brightness: 10
|
# brightness: 10
|
||||||
color_temp: 500
|
# color_temp: 500
|
||||||
@@ -1,94 +1,94 @@
|
|||||||
living_room:
|
# living_room:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerRoomLights
|
# class: ControllerRoomLights
|
||||||
entities:
|
# entities:
|
||||||
- light.living_room
|
# - light.living_room
|
||||||
- light.couch_corner
|
# - light.couch_corner
|
||||||
|
|
||||||
living_room_motion:
|
# living_room_motion:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerMotion
|
# class: ControllerMotion
|
||||||
dependencies: living_room
|
# dependencies: living_room
|
||||||
room: living_room
|
# room: living_room
|
||||||
entities:
|
# entities:
|
||||||
- binary_sensor.motion_living_room
|
# - binary_sensor.motion_living_room
|
||||||
off_duration: 00:30:00
|
# off_duration: 00:30:00
|
||||||
|
|
||||||
living_room_button:
|
# living_room_button:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerButton
|
# class: ControllerButton
|
||||||
dependencies: living_room
|
# dependencies: living_room
|
||||||
room: living_room
|
# room: living_room
|
||||||
buttons:
|
# buttons:
|
||||||
- living_room
|
# - living_room
|
||||||
|
|
||||||
living_room_daylight:
|
# living_room_daylight:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerDaylight
|
# class: ControllerDaylight
|
||||||
enable: input_boolean.enable_living_room
|
# enable: input_boolean.enable_living_room
|
||||||
room: living_room
|
# room: living_room
|
||||||
entities:
|
# entities:
|
||||||
- light.living_room
|
# - light.living_room
|
||||||
latitude: 30.150380
|
# latitude: 30.150380
|
||||||
longitude: -97.4487
|
# longitude: -97.4487
|
||||||
periods:
|
# periods:
|
||||||
- time: '04:00:00am'
|
# - time: '04:00:00am'
|
||||||
brightness: 75
|
# brightness: 75
|
||||||
color_temp: 375
|
# color_temp: 375
|
||||||
|
|
||||||
- elevation: 0
|
# - elevation: 0
|
||||||
direction: rising
|
# direction: rising
|
||||||
brightness: 150
|
# brightness: 150
|
||||||
color_temp: 200
|
# color_temp: 200
|
||||||
|
|
||||||
- time: noon
|
# - time: noon
|
||||||
brightness: 255
|
# brightness: 255
|
||||||
color_temp: 250
|
# color_temp: 250
|
||||||
|
|
||||||
- elevation: 20
|
# - elevation: 20
|
||||||
direction: setting
|
# direction: setting
|
||||||
brightness: 200
|
# brightness: 200
|
||||||
color_temp: 275
|
# color_temp: 275
|
||||||
|
|
||||||
- elevation: 0
|
# - elevation: 0
|
||||||
direction: setting
|
# direction: setting
|
||||||
brightness: 200
|
# brightness: 200
|
||||||
color_temp: 325
|
# color_temp: 325
|
||||||
|
|
||||||
- elevation: -20
|
# - elevation: -20
|
||||||
direction: setting
|
# direction: setting
|
||||||
brightness: 200
|
# brightness: 200
|
||||||
color_temp: 350
|
# color_temp: 350
|
||||||
|
|
||||||
- time: '11:00:00pm'
|
# - time: '11:00:00pm'
|
||||||
brightness: 75
|
# brightness: 75
|
||||||
color_temp: 375
|
# color_temp: 375
|
||||||
|
|
||||||
couch_corner_daylight:
|
# couch_corner_daylight:
|
||||||
module: controller
|
# module: controller
|
||||||
class: ControllerDaylight
|
# class: ControllerDaylight
|
||||||
room: living_room
|
# room: living_room
|
||||||
entities:
|
# entities:
|
||||||
- light.couch_corner
|
# - light.couch_corner
|
||||||
latitude: 30.150380
|
# latitude: 30.150380
|
||||||
longitude: -97.4487
|
# longitude: -97.4487
|
||||||
periods:
|
# periods:
|
||||||
- time: '04:00:00am'
|
# - time: '04:00:00am'
|
||||||
brightness: 10
|
# brightness: 10
|
||||||
color_temp: 500
|
# color_temp: 500
|
||||||
|
|
||||||
- time: sunrise
|
# - time: sunrise
|
||||||
brightness: 20
|
# brightness: 20
|
||||||
color_temp: 200
|
# color_temp: 200
|
||||||
|
|
||||||
- time: noon
|
# - time: noon
|
||||||
brightness: 80
|
# brightness: 80
|
||||||
color_temp: 300
|
# color_temp: 300
|
||||||
|
|
||||||
- time: sunset
|
# - time: sunset
|
||||||
brightness: 20
|
# brightness: 20
|
||||||
color_temp: 400
|
# color_temp: 400
|
||||||
|
|
||||||
- time: '10:30:00pm'
|
# - time: '10:30:00pm'
|
||||||
brightness: 10
|
# brightness: 10
|
||||||
color_temp: 500
|
# color_temp: 500
|
||||||
|
|||||||
358
apps/rooms.yaml
358
apps/rooms.yaml
@@ -1,38 +1,38 @@
|
|||||||
# bathroom:
|
bathroom:
|
||||||
# module: basic_motion
|
module: basic_motion
|
||||||
# class: MotionLight
|
class: MotionLight
|
||||||
# entity: light.bathroom
|
entity: light.bathroom
|
||||||
# sensor: binary_sensor.motion_bathroom
|
sensor: binary_sensor.motion_bathroom
|
||||||
# off_duration: '00:05:00'
|
off_duration: '00:05:00'
|
||||||
# button: button1
|
button: button1
|
||||||
# delay: '00:20:00'
|
delay: '00:20:00'
|
||||||
# scene:
|
scene:
|
||||||
# - time: '05:00:00'
|
- time: '05:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.bathroom:
|
light.bathroom:
|
||||||
# brightness_pct: 40
|
brightness_pct: 40
|
||||||
# color_temp: 250
|
color_temp: 250
|
||||||
# - time: '12:00:00'
|
- time: '12:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.bathroom:
|
light.bathroom:
|
||||||
# brightness_pct: 70
|
brightness_pct: 70
|
||||||
# color_temp: 300
|
color_temp: 300
|
||||||
# - time: sunset
|
- time: sunset
|
||||||
# scene:
|
scene:
|
||||||
# light.bathroom:
|
light.bathroom:
|
||||||
# brightness_pct: 50
|
brightness_pct: 50
|
||||||
# color_temp: 350
|
color_temp: 350
|
||||||
# - time: '23:00:00'
|
- time: '23:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.bathroom:
|
light.bathroom:
|
||||||
# brightness_pct: 20
|
brightness_pct: 20
|
||||||
# color_temp: 350
|
color_temp: 350
|
||||||
# sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
# sleep_scene:
|
sleep_scene:
|
||||||
# off_duration: '00:02:00'
|
off_duration: '00:02:00'
|
||||||
# light.bathroom:
|
light.bathroom:
|
||||||
# brightness_pct: 10
|
brightness_pct: 10
|
||||||
# color_temp: 250
|
color_temp: 250
|
||||||
|
|
||||||
closet:
|
closet:
|
||||||
module: basic_motion
|
module: basic_motion
|
||||||
@@ -62,152 +62,152 @@ closet:
|
|||||||
brightness_pct: 40
|
brightness_pct: 40
|
||||||
color_temp: 400
|
color_temp: 400
|
||||||
|
|
||||||
# bedroom:
|
bedroom:
|
||||||
# module: basic_motion
|
module: basic_motion
|
||||||
# class: MotionLight
|
class: MotionLight
|
||||||
# entity: light.bedroom
|
entity: light.bedroom
|
||||||
# sensor: binary_sensor.motion_bedroom
|
sensor: binary_sensor.motion_bedroom
|
||||||
# off_duration: '00:05:00'
|
off_duration: '00:05:00'
|
||||||
# button:
|
button:
|
||||||
# - bedroom
|
- bedroom
|
||||||
# - bedroom2
|
- bedroom2
|
||||||
# scene:
|
scene:
|
||||||
# - time: 'sunrise - 03:00:00'
|
- time: 'sunrise - 03:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.bedroom:
|
light.bedroom:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 550
|
color_temp: 550
|
||||||
# brightness_pct: 20
|
brightness_pct: 20
|
||||||
# light.overhead:
|
light.overhead:
|
||||||
# state: off
|
state: off
|
||||||
# - time: '06:00:00'
|
- time: '06:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.bedroom:
|
light.bedroom:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 550
|
color_temp: 550
|
||||||
# brightness_pct: 20
|
brightness_pct: 20
|
||||||
# light.overhead:
|
light.overhead:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 250
|
color_temp: 250
|
||||||
# brightness_pct: 15
|
brightness_pct: 15
|
||||||
# - time: '12:00:00'
|
- time: '12:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.bedroom:
|
light.bedroom:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 325
|
color_temp: 325
|
||||||
# brightness_pct: 30
|
brightness_pct: 30
|
||||||
# light.overhead:
|
light.overhead:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 325
|
color_temp: 325
|
||||||
# brightness_pct: 70
|
brightness_pct: 70
|
||||||
# - time: 'sunset'
|
- time: 'sunset'
|
||||||
# scene:
|
scene:
|
||||||
# light.bedroom:
|
light.bedroom:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 325
|
color_temp: 325
|
||||||
# brightness_pct: 50
|
brightness_pct: 50
|
||||||
# light.overhead:
|
light.overhead:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 350
|
color_temp: 350
|
||||||
# brightness_pct: 10
|
brightness_pct: 10
|
||||||
# sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
|
|
||||||
# living_room:
|
living_room:
|
||||||
# module: basic_motion
|
module: basic_motion
|
||||||
# class: MotionLight
|
class: MotionLight
|
||||||
# entity: light.living_room
|
sensor: binary_sensor.motion_living_room
|
||||||
# sensor: binary_sensor.motion_living_room
|
off_duration: 00:30:00
|
||||||
# off_duration: '00:30:00'
|
entity: light.living_room
|
||||||
# button: living_room
|
button: living_room
|
||||||
# door: binary_sensor.front_door
|
door: binary_sensor.door_front
|
||||||
# scene:
|
scene:
|
||||||
# - time: sunrise
|
- time: sunrise
|
||||||
# scene:
|
scene:
|
||||||
# light.living_room:
|
light.living_room:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 200
|
color_temp: 200
|
||||||
# brightness_pct: 30
|
brightness_pct: 30
|
||||||
# light.corner_light:
|
light.corner_light:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 200
|
color_temp: 200
|
||||||
# brightness_pct: 7
|
brightness_pct: 7
|
||||||
# - time: '09:00:00'
|
- time: '09:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.living_room:
|
light.living_room:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 250
|
color_temp: 250
|
||||||
# brightness_pct: 50
|
brightness_pct: 50
|
||||||
# light.corner_light:
|
light.corner_light:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 250
|
color_temp: 250
|
||||||
# brightness_pct: 25
|
brightness_pct: 25
|
||||||
# - time: '12:00:00'
|
- time: '12:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.living_room:
|
light.living_room:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 300
|
color_temp: 300
|
||||||
# brightness_pct: 100
|
brightness_pct: 100
|
||||||
# light.corner_light:
|
light.corner_light:
|
||||||
# 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.corner_light:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 650
|
color_temp: 650
|
||||||
# brightness_pct: 10
|
brightness_pct: 10
|
||||||
# sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
# sleep_scene:
|
sleep_scene:
|
||||||
# off_duration: '00:02:00'
|
off_duration: '00:02:00'
|
||||||
# light.living_room:
|
light.living_room:
|
||||||
# state: 'on'
|
state: 'on'
|
||||||
# color_name: 'red'
|
color_name: 'red'
|
||||||
# brightness_pct: 50
|
brightness_pct: 50
|
||||||
|
|
||||||
# kitchen:
|
kitchen:
|
||||||
# module: basic_motion
|
module: basic_motion
|
||||||
# class: MotionLight
|
class: MotionLight
|
||||||
# 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_switch
|
||||||
# scene:
|
scene:
|
||||||
# - time: sunrise
|
- time: sunrise
|
||||||
# scene:
|
scene:
|
||||||
# light.kitchen:
|
light.kitchen:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 200
|
color_temp: 200
|
||||||
# brightness_pct: 10
|
brightness_pct: 10
|
||||||
# - time: '12:00:00'
|
- time: '12:00:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.kitchen:
|
light.kitchen:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 300
|
color_temp: 300
|
||||||
# brightness_pct: 30
|
brightness_pct: 30
|
||||||
# - time: sunset
|
- time: sunset
|
||||||
# scene:
|
scene:
|
||||||
# light.kitchen:
|
light.kitchen:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 450
|
color_temp: 450
|
||||||
# brightness_pct: 40
|
brightness_pct: 40
|
||||||
# - time: '22:00:00'
|
- time: '22:00:00'
|
||||||
# off_duration: '00:02:00'
|
off_duration: '00:02:00'
|
||||||
# scene:
|
scene:
|
||||||
# light.kitchen:
|
light.kitchen:
|
||||||
# state: on
|
state: on
|
||||||
# color_temp: 650
|
color_temp: 650
|
||||||
# brightness_pct: 10
|
brightness_pct: 10
|
||||||
# sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
# sleep_scene:
|
sleep_scene:
|
||||||
# light.kitchen:
|
light.kitchen:
|
||||||
# state: on
|
state: on
|
||||||
# brightness_pct: 1
|
brightness_pct: 1
|
||||||
|
|
||||||
|
|
||||||
# patio:
|
# patio:
|
||||||
|
|||||||
Reference in New Issue
Block a user