Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Napoleon-BlownApart
Created August 2, 2022 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Napoleon-BlownApart/19873aadf1e12e78beba71d7e0909c9b to your computer and use it in GitHub Desktop.
Save Napoleon-BlownApart/19873aadf1e12e78beba71d7e0909c9b to your computer and use it in GitHub Desktop.
Home Assistant Fat32 USB `CONFIG` with /network/my-network
[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