We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda30b2 commit 964180cCopy full SHA for 964180c
main.yaml
@@ -53,6 +53,14 @@ wifi:
53
ssid: "Floorheatingactuatorcontroller"
54
password: ${wifi_ap_password}
55
56
+ # attempt to resolve an issue where the ESP32 sometimes fails to reconnect to WiFi
57
+ # and needs a power-cycle to recover
58
+ reboot_timeout: 1min
59
+ power_save_mode: none
60
+ enable_btm: true # 802.11v BSS Transition Management
61
+ enable_rrm: true # 802.11k Radio Resource Management
62
+
63
64
# Extra sensors:
65
text_sensor:
66
- platform: wifi_info
0 commit comments