From 472487bacb5c7b7232044ade6331880a1a4a7c1f Mon Sep 17 00:00:00 2001 From: Martijn Date: Mon, 28 Oct 2024 16:51:38 +0100 Subject: [PATCH] limit display output to stabelize tewmperature --- package/base.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/base.yaml b/package/base.yaml index d89ebc9..47de108 100644 --- a/package/base.yaml +++ b/package/base.yaml @@ -25,10 +25,12 @@ output: pin: GPIO46 id: displays_mini_backlight_pwm inverted: True + max_power: 0.6 - platform: ledc pin: GPIO3 id: display_main_backlight_pwm inverted: True + max_power: 0.9 sensor: - platform: sts3x @@ -49,7 +51,7 @@ light: output: displays_mini_backlight_pwm name: "Mini Display Backlight" id: displays_mini_backlight - restore_mode: ALWAYS_ON + restore_mode: ALWAYS_OFF brightness_limits: max_brightness: 75% - platform: monochromatic