From ab1240e72078405d5daabb505238cc42c22585f5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Aug 2025 00:34:28 +1200 Subject: [PATCH] max on time for LED in V1.3 --- esphome/esp-downstairskitchleds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/esp-downstairskitchleds.yaml b/esphome/esp-downstairskitchleds.yaml index e89366e..70fede7 100644 --- a/esphome/esp-downstairskitchleds.yaml +++ b/esphome/esp-downstairskitchleds.yaml @@ -82,7 +82,7 @@ substitutions: # Device Specific Settings log_level: "NONE" # Define logging level: NONE, ERROR, WARN, INFO, DEBUG (default), VERBOSE, VERY_VERBOSE update_interval: "20s" # Update time for general sensors, etc. - led_gamma: "1.2" # Gamma from 1.2–3 is sensible to normalise the LED fading vs PWM + led_gamma: "1.2" # Gamma from 1.2-3 is sensible to normalise the LED fading vs PWM minimum_led_output: "1" # % If at this value or below, we'll switch it completely off maximum_led_output: "90" # % Maximum output; it is sometimes nice to limit the output for longevity or aesthetics max_on_default_hours: "6" # The maximum time the LEDs will be on, in case they get left on. 0 = no automatic turn-off