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/printerswitch.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'esphome/config/printerswitch.yaml') 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: -- cgit v1.2.3