From b355fb9b4fd0dbf940ecb4272f28b20f91bde897 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 18 Apr 2023 22:29:45 -0500 Subject: [PATCH] app setting updates --- apps/bathroom.yaml | 2 +- apps/bedroom.yaml | 6 ++--- apps/living_room.yaml | 55 ++++--------------------------------------- 3 files changed, 8 insertions(+), 55 deletions(-) diff --git a/apps/bathroom.yaml b/apps/bathroom.yaml index 00421f1..cfd35ad 100644 --- a/apps/bathroom.yaml +++ b/apps/bathroom.yaml @@ -17,7 +17,7 @@ bathroom_button: class: ControllerButton room: bathroom buttons: - - kitchen + - bathroom bathroom_daylight: module: controller diff --git a/apps/bedroom.yaml b/apps/bedroom.yaml index 0eb6d78..82f78c9 100644 --- a/apps/bedroom.yaml +++ b/apps/bedroom.yaml @@ -42,13 +42,13 @@ bedroom_daylight: - time: noon brightness: 255 - color_temp: 300 + color_temp: 250 - elevation: 0 direction: setting brightness: 125 - color_temp: 325 + color_temp: 300 - time: '10:30:00pm' brightness: 75 - color_temp: 350 \ No newline at end of file + color_temp: 300 \ No newline at end of file diff --git a/apps/living_room.yaml b/apps/living_room.yaml index 39b9eb0..08911a0 100644 --- a/apps/living_room.yaml +++ b/apps/living_room.yaml @@ -75,66 +75,19 @@ couch_corner_daylight: - time: '04:00:00am' brightness: 10 color_temp: 500 + - time: sunrise brightness: 20 color_temp: 200 + - time: noon brightness: 80 color_temp: 300 + - time: sunset brightness: 20 color_temp: 400 + - time: '10:30:00pm' brightness: 10 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 \ No newline at end of file