From 8592b71ed319a91815b8459f118a8dabb438c621 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Fri, 5 Aug 2022 00:19:04 +0200 Subject: [PATCH] Update night lights --- scripts/90.lights-hallway.yaml | 2 +- scripts/92.lights-bathroom.yaml | 2 +- scripts/94.lights-kitchen.yaml | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/scripts/90.lights-hallway.yaml b/scripts/90.lights-hallway.yaml index 2a79876..4511f0b 100644 --- a/scripts/90.lights-hallway.yaml +++ b/scripts/90.lights-hallway.yaml @@ -59,7 +59,7 @@ hallway_lights_on: - service: light.turn_on entity_id: light.hallway_lightstrip data: - brightness_pct: 20 + brightness_pct: 50 hs_color: - 360 - 100 diff --git a/scripts/92.lights-bathroom.yaml b/scripts/92.lights-bathroom.yaml index f1b49ef..8fbbd80 100644 --- a/scripts/92.lights-bathroom.yaml +++ b/scripts/92.lights-bathroom.yaml @@ -59,7 +59,7 @@ bathroom_lights_on: - service: light.turn_on entity_id: light.bathroom_color_zha_group_0x0007 data: - brightness_pct: 10 + brightness_pct: 50 hs_color: - 360 - 100 diff --git a/scripts/94.lights-kitchen.yaml b/scripts/94.lights-kitchen.yaml index af21890..d6af8fc 100644 --- a/scripts/94.lights-kitchen.yaml +++ b/scripts/94.lights-kitchen.yaml @@ -51,11 +51,13 @@ kitchen_lights_on: state: Night sequence: - service: light.turn_on - entity_id: light.kitchen_lights data: - brightness_pct: 5 - kelvin: 2700 - + brightness_pct: 50 + hs_color: + - 360 + - 100 + target: + entity_id: light.kitchen_color_lights kitchen_lights_off: alias: '[Kitchen] Lights off'