From f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 8 Apr 2026 00:25:27 +0200 Subject: update power_save_mode to LIGHT + fix bedlight --- esphome/config/bedlight.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'esphome/config/bedlight.yaml') diff --git a/esphome/config/bedlight.yaml b/esphome/config/bedlight.yaml index ac83f5d..d9d64f9 100644 --- a/esphome/config/bedlight.yaml +++ b/esphome/config/bedlight.yaml @@ -47,8 +47,7 @@ wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password - # see https://github.com/esphome/issues/issues/1532 - power_save_mode: HIGH + power_save_mode: LIGHT # Enable fallback hotspot (captive portal) in case wifi connection fails ap: @@ -67,6 +66,9 @@ light: warm_white_color_temperature: 2000 K #restore_mode: RESTORE_AND_OFF restore_mode: RESTORE_DEFAULT_OFF + initial_state: + brightness: 1% + color_temperature: 250.0 mireds output: #- id: gpio_r @@ -170,6 +172,7 @@ globals: - id: g_dim_level type: float initial_value: '0.02' + restore_value: yes - id: g_min_dim_level type: float initial_value: '0.02' -- cgit v1.2.3