most apps switched to controller model
This commit is contained in:
@@ -25,6 +25,7 @@ living_room_button:
|
||||
living_room_daylight:
|
||||
module: controller
|
||||
class: ControllerDaylight
|
||||
room: living_room
|
||||
entities:
|
||||
- light.living_room
|
||||
latitude: 30.150380
|
||||
@@ -32,7 +33,7 @@ living_room_daylight:
|
||||
periods:
|
||||
- time: '04:00:00am'
|
||||
brightness: 75
|
||||
color_temp: 200
|
||||
color_temp: 375
|
||||
|
||||
- elevation: 0
|
||||
direction: rising
|
||||
@@ -60,16 +61,20 @@ living_room_daylight:
|
||||
|
||||
- time: '10:30:00pm'
|
||||
brightness: 75
|
||||
color_temp: 400
|
||||
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
|
||||
- time: sunrise
|
||||
brightness: 20
|
||||
color_temp: 200
|
||||
@@ -79,6 +84,10 @@ couch_corner_daylight:
|
||||
- time: sunset
|
||||
brightness: 20
|
||||
color_temp: 400
|
||||
- time: '10:30:00pm'
|
||||
brightness: 10
|
||||
color_temp: 500
|
||||
|
||||
|
||||
# scene:
|
||||
# - time: sunrise
|
||||
|
||||
Reference in New Issue
Block a user