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/3dprinter-led.yaml | 3 +-- esphome/config/bedlight.yaml | 7 +++++-- esphome/config/couchlight.yaml | 3 +-- esphome/config/hoblight.yaml | 3 +-- esphome/config/office-pc-control.yaml | 3 +-- esphome/config/powerplug_awp07l.yaml | 3 +-- esphome/config/printerswitch.yaml | 3 +-- esphome/config/tvlight.yaml | 3 +-- 8 files changed, 12 insertions(+), 16 deletions(-) diff --git a/esphome/config/3dprinter-led.yaml b/esphome/config/3dprinter-led.yaml index 16576a2..55ccad6 100644 --- a/esphome/config/3dprinter-led.yaml +++ b/esphome/config/3dprinter-led.yaml @@ -40,8 +40,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: 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' diff --git a/esphome/config/couchlight.yaml b/esphome/config/couchlight.yaml index 7244163..ae8cbb7 100644 --- a/esphome/config/couchlight.yaml +++ b/esphome/config/couchlight.yaml @@ -44,8 +44,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: diff --git a/esphome/config/hoblight.yaml b/esphome/config/hoblight.yaml index 6db72de..35f1166 100644 --- a/esphome/config/hoblight.yaml +++ b/esphome/config/hoblight.yaml @@ -38,8 +38,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: diff --git a/esphome/config/office-pc-control.yaml b/esphome/config/office-pc-control.yaml index 58cea68..8c2419f 100644 --- a/esphome/config/office-pc-control.yaml +++ b/esphome/config/office-pc-control.yaml @@ -40,8 +40,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: diff --git a/esphome/config/powerplug_awp07l.yaml b/esphome/config/powerplug_awp07l.yaml index c8e3722..e1bd685 100644 --- a/esphome/config/powerplug_awp07l.yaml +++ b/esphome/config/powerplug_awp07l.yaml @@ -36,8 +36,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: diff --git a/esphome/config/printerswitch.yaml b/esphome/config/printerswitch.yaml index 9b31c94..96210da 100644 --- a/esphome/config/printerswitch.yaml +++ b/esphome/config/printerswitch.yaml @@ -33,8 +33,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: diff --git a/esphome/config/tvlight.yaml b/esphome/config/tvlight.yaml index e18e9ce..c57da9e 100644 --- a/esphome/config/tvlight.yaml +++ b/esphome/config/tvlight.yaml @@ -27,8 +27,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: -- cgit v1.2.3