From 69ff1340a8f373480d618a20cd92f18ac2a01b54 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 18 Oct 2025 22:03:50 +0200 Subject: various fixes * 3dprinterled: turn on on boot * bedlight: remember settings * all: enable power safe mode --- esphome/config/bedlight.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'esphome/config/bedlight.yaml') diff --git a/esphome/config/bedlight.yaml b/esphome/config/bedlight.yaml index 66662d4..2913e99 100644 --- a/esphome/config/bedlight.yaml +++ b/esphome/config/bedlight.yaml @@ -16,7 +16,10 @@ esphome: esp8266: board: esp01_1m - #restore_from_flash: true + restore_from_flash: true + +preferences: + flash_write_interval: 5min # Enable logging logger: @@ -38,6 +41,8 @@ wifi: domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password + # see https://github.com/esphome/issues/issues/1532 + power_save_mode: HIGH # Enable fallback hotspot (captive portal) in case wifi connection fails ap: -- cgit v1.2.3