[wifi] Add basic post-connect roaming support for stationary devices (#12809)

This commit is contained in:
J. Nick Koston
2026-01-07 08:30:23 -10:00
committed by GitHub
parent 25ac89e9b5
commit 050e9b0d4a
5 changed files with 244 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ esphome:
wifi:
use_psram: true
min_auth_mode: WPA
post_connect_roaming: false
manual_ip:
static_ip: 192.168.1.100
gateway: 192.168.1.1

View File

@@ -1,5 +1,6 @@
wifi:
min_auth_mode: WPA2
post_connect_roaming: true
packages:
- !include common.yaml