mirror of
https://github.com/esphome/esphome.git
synced 2026-01-10 12:10:48 -07:00
[wifi] Add basic post-connect roaming support for stationary devices (#12809)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
wifi:
|
||||
min_auth_mode: WPA2
|
||||
post_connect_roaming: true
|
||||
|
||||
packages:
|
||||
- !include common.yaml
|
||||
|
||||
Reference in New Issue
Block a user