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