The Wi-Fi power save mode is back to "NONE" as default

This commit is contained in:
Edward Firmo
2023-12-11 17:34:33 +01:00
parent dd014127df
commit f282f0203f
5 changed files with 22 additions and 0 deletions

View File

@@ -35,6 +35,17 @@ Updates may come with changes on the blueprint inputs and we highly recommend yo
1. Service `esphome.xxxxx_set_component_color` parameter `background` is deprecated.
2. Due to the additional custom buttons, the other buttons on home page changed their positions.
3. The Wi-Fi power save mode is back to "NONE" as default<br>
This was the default until v4.0, but we changed on v4.1 to support Bluetooth components, however as this is not used by the majority of users, we are reverting back to the original setting. You can (and should if you want use Bluetooth) enforce other mode as a customization, like in the example bellow:
```yaml
##### My customization - Start #####
# Enable Bluetooth proxy
bluetooth_proxy:
# Set Wi-Fi power save mode to "LIGHT" as required for Bluetooth on ESP32
wifi:
power_save_mode: LIGHT
##### My customization - End #####
```
&nbsp;
## Overview of noteworthy changes