From 7738241faacd3487692744c32e7a2655894e9b35 Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 17 Apr 2026 22:46:25 +0200 Subject: [PATCH] add light diming at night --- apps/yaml/lights.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/yaml/lights.yaml b/apps/yaml/lights.yaml index d8f2807..6047f53 100644 --- a/apps/yaml/lights.yaml +++ b/apps/yaml/lights.yaml @@ -9,7 +9,7 @@ light_corridor: light_brightness_pct: 1: input_boolean.sleeping - #25: sensor.day_interval == 'Nuit' + 25: binary_sensor.day_interval_night 100: True light_hallway: @@ -23,7 +23,7 @@ light_hallway: light_brightness_pct: 1: input_boolean.sleeping - #25: sensor.day_interval == 'Nuit' + 25: binary_sensor.day_interval_night 100: True light_restroom: @@ -37,5 +37,5 @@ light_restroom: light_brightness_pct: 1: input_boolean.sleeping - #25: sensor.day_interval == 'Nuit' + 25: binary_sensor.day_interval_night 100: True \ No newline at end of file