rest of the pivot
This commit is contained in:
@@ -1,94 +1,94 @@
|
||||
living_room:
|
||||
module: controller
|
||||
class: ControllerRoomLights
|
||||
entities:
|
||||
- light.living_room
|
||||
- light.couch_corner
|
||||
# living_room:
|
||||
# module: controller
|
||||
# class: ControllerRoomLights
|
||||
# entities:
|
||||
# - light.living_room
|
||||
# - light.couch_corner
|
||||
|
||||
living_room_motion:
|
||||
module: controller
|
||||
class: ControllerMotion
|
||||
dependencies: living_room
|
||||
room: living_room
|
||||
entities:
|
||||
- binary_sensor.motion_living_room
|
||||
off_duration: 00:30:00
|
||||
# living_room_motion:
|
||||
# module: controller
|
||||
# class: ControllerMotion
|
||||
# dependencies: living_room
|
||||
# room: living_room
|
||||
# entities:
|
||||
# - binary_sensor.motion_living_room
|
||||
# off_duration: 00:30:00
|
||||
|
||||
living_room_button:
|
||||
module: controller
|
||||
class: ControllerButton
|
||||
dependencies: living_room
|
||||
room: living_room
|
||||
buttons:
|
||||
- living_room
|
||||
# living_room_button:
|
||||
# module: controller
|
||||
# class: ControllerButton
|
||||
# dependencies: living_room
|
||||
# room: living_room
|
||||
# buttons:
|
||||
# - living_room
|
||||
|
||||
living_room_daylight:
|
||||
module: controller
|
||||
class: ControllerDaylight
|
||||
enable: input_boolean.enable_living_room
|
||||
room: living_room
|
||||
entities:
|
||||
- light.living_room
|
||||
latitude: 30.150380
|
||||
longitude: -97.4487
|
||||
periods:
|
||||
- time: '04:00:00am'
|
||||
brightness: 75
|
||||
color_temp: 375
|
||||
# living_room_daylight:
|
||||
# module: controller
|
||||
# class: ControllerDaylight
|
||||
# enable: input_boolean.enable_living_room
|
||||
# room: living_room
|
||||
# entities:
|
||||
# - light.living_room
|
||||
# latitude: 30.150380
|
||||
# longitude: -97.4487
|
||||
# periods:
|
||||
# - time: '04:00:00am'
|
||||
# brightness: 75
|
||||
# color_temp: 375
|
||||
|
||||
- elevation: 0
|
||||
direction: rising
|
||||
brightness: 150
|
||||
color_temp: 200
|
||||
# - elevation: 0
|
||||
# direction: rising
|
||||
# brightness: 150
|
||||
# color_temp: 200
|
||||
|
||||
- time: noon
|
||||
brightness: 255
|
||||
color_temp: 250
|
||||
# - time: noon
|
||||
# brightness: 255
|
||||
# color_temp: 250
|
||||
|
||||
- elevation: 20
|
||||
direction: setting
|
||||
brightness: 200
|
||||
color_temp: 275
|
||||
# - elevation: 20
|
||||
# direction: setting
|
||||
# brightness: 200
|
||||
# color_temp: 275
|
||||
|
||||
- elevation: 0
|
||||
direction: setting
|
||||
brightness: 200
|
||||
color_temp: 325
|
||||
# - elevation: 0
|
||||
# direction: setting
|
||||
# brightness: 200
|
||||
# color_temp: 325
|
||||
|
||||
- elevation: -20
|
||||
direction: setting
|
||||
brightness: 200
|
||||
color_temp: 350
|
||||
# - elevation: -20
|
||||
# direction: setting
|
||||
# brightness: 200
|
||||
# color_temp: 350
|
||||
|
||||
- time: '11:00:00pm'
|
||||
brightness: 75
|
||||
color_temp: 375
|
||||
# - time: '11:00:00pm'
|
||||
# brightness: 75
|
||||
# color_temp: 375
|
||||
|
||||
couch_corner_daylight:
|
||||
module: controller
|
||||
class: ControllerDaylight
|
||||
room: living_room
|
||||
entities:
|
||||
- light.couch_corner
|
||||
latitude: 30.150380
|
||||
longitude: -97.4487
|
||||
periods:
|
||||
- time: '04:00:00am'
|
||||
brightness: 10
|
||||
color_temp: 500
|
||||
# couch_corner_daylight:
|
||||
# module: controller
|
||||
# class: ControllerDaylight
|
||||
# room: living_room
|
||||
# entities:
|
||||
# - light.couch_corner
|
||||
# latitude: 30.150380
|
||||
# longitude: -97.4487
|
||||
# periods:
|
||||
# - time: '04:00:00am'
|
||||
# brightness: 10
|
||||
# color_temp: 500
|
||||
|
||||
- time: sunrise
|
||||
brightness: 20
|
||||
color_temp: 200
|
||||
# - time: sunrise
|
||||
# brightness: 20
|
||||
# color_temp: 200
|
||||
|
||||
- time: noon
|
||||
brightness: 80
|
||||
color_temp: 300
|
||||
# - time: noon
|
||||
# brightness: 80
|
||||
# color_temp: 300
|
||||
|
||||
- time: sunset
|
||||
brightness: 20
|
||||
color_temp: 400
|
||||
# - time: sunset
|
||||
# brightness: 20
|
||||
# color_temp: 400
|
||||
|
||||
- time: '10:30:00pm'
|
||||
brightness: 10
|
||||
color_temp: 500
|
||||
# - time: '10:30:00pm'
|
||||
# brightness: 10
|
||||
# color_temp: 500
|
||||
|
||||
Reference in New Issue
Block a user