app setting updates

This commit is contained in:
John Lancaster
2023-04-18 22:29:45 -05:00
parent 3dade9ffb5
commit b355fb9b4f
3 changed files with 8 additions and 55 deletions

View File

@@ -17,7 +17,7 @@ bathroom_button:
class: ControllerButton class: ControllerButton
room: bathroom room: bathroom
buttons: buttons:
- kitchen - bathroom
bathroom_daylight: bathroom_daylight:
module: controller module: controller

View File

@@ -42,13 +42,13 @@ bedroom_daylight:
- time: noon - time: noon
brightness: 255 brightness: 255
color_temp: 300 color_temp: 250
- elevation: 0 - elevation: 0
direction: setting direction: setting
brightness: 125 brightness: 125
color_temp: 325 color_temp: 300
- time: '10:30:00pm' - time: '10:30:00pm'
brightness: 75 brightness: 75
color_temp: 350 color_temp: 300

View File

@@ -75,66 +75,19 @@ couch_corner_daylight:
- 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
# 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