diff options
| author | manuel <manuel@mausz.at> | 2026-04-08 00:25:27 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2026-04-08 00:25:27 +0200 |
| commit | f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8 (patch) | |
| tree | bc87f2547f9a23b5f7ace6cfec2043adb883d6bc /esphome/config/tvlight.yaml | |
| parent | bd3d4be315853bd179e33da0b091cf78e79eddae (diff) | |
| download | arduino-f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8.tar.gz arduino-f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8.tar.bz2 arduino-f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8.zip | |
update power_save_mode to LIGHT + fix bedlight
Diffstat (limited to 'esphome/config/tvlight.yaml')
| -rw-r--r-- | esphome/config/tvlight.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
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: | |||
| 27 | domain: .lan | 27 | domain: .lan |
| 28 | ssid: !secret wifi_ssid | 28 | ssid: !secret wifi_ssid |
| 29 | password: !secret wifi_password | 29 | password: !secret wifi_password |
| 30 | # see https://github.com/esphome/issues/issues/1532 | 30 | power_save_mode: LIGHT |
| 31 | power_save_mode: HIGH | ||
| 32 | 31 | ||
| 33 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 32 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 34 | ap: | 33 | ap: |
