Created
August 2, 2022 11:20
-
-
Save Napoleon-BlownApart/19873aadf1e12e78beba71d7e0909c9b to your computer and use it in GitHub Desktop.
Home Assistant Fat32 USB `CONFIG` with /network/my-network
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[connection] | |
id=NW1_Name | |
uuid=a5aa2557-829a-49eb-a303-5122102b12d0 | |
type=802-11-wireless | |
[802-11-wireless] | |
mode=infrastructure | |
ssid=NW1_Name | |
# Uncomment below if your SSID is not broadcasted | |
#hidden=true | |
[802-11-wireless-security] | |
auth-alg=open | |
key-mgmt=wpa-psk | |
psk=myPSK | |
[ipv4] | |
method=auto | |
[ipv6] | |
addr-gen-mode=stable-privacy | |
method=auto | |
[connection] | |
id=NW2_Name | |
uuid=dc565864-cc8e-4c3e-b251-252a86642173 | |
type=802-11-wireless | |
[802-11-wireless] | |
mode=infrastructure | |
ssid=NW2_Name | |
# Uncomment below if your SSID is not broadcasted | |
#hidden=true | |
[802-11-wireless-security] | |
auth-alg=open | |
key-mgmt=wpa-psk | |
psk=myOtherPSK | |
[ipv4] | |
method=auto | |
[ipv6] | |
addr-gen-mode=stable-privacy | |
method=auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment