From d4c796b35b84c235abbf0cc3bbd5374fd003a36f Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 13 Jan 2021 00:00:32 +0100 Subject: [PATCH] Fix warm white color --- automations/files/bathroom-motion.yaml | 2 +- automations/files/bedroom-motion.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automations/files/bathroom-motion.yaml b/automations/files/bathroom-motion.yaml index 3c0ab7b..6dfa8b5 100644 --- a/automations/files/bathroom-motion.yaml +++ b/automations/files/bathroom-motion.yaml @@ -53,7 +53,7 @@ entity_id: light.bathroom_lights data: brightness_pct: 5 - kelvin: 5000 + kelvin: 2700 - id: bathroom-motion-off alias: '[Bathroom] Motion Off' mode: restart diff --git a/automations/files/bedroom-motion.yaml b/automations/files/bedroom-motion.yaml index 3eea806..5d0024c 100644 --- a/automations/files/bedroom-motion.yaml +++ b/automations/files/bedroom-motion.yaml @@ -18,7 +18,7 @@ entity_id: light.bedroom_lights data: brightness_pct: 60 - kelvin: 5000 + kelvin: 2000 - id: bedroom-motion-off alias: '[Bedroom] Motion Off' mode: restart