Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created August 1, 2021 18:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinsmidsrod/9e37df2b5e1406f87241414f5eb5dae4 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/9e37df2b5e1406f87241414f5eb5dae4 to your computer and use it in GitHub Desktop.
Home Assistant OS Wi-Fi configuration file
# File /config/network/my-network in hassos-boot partition
[connection]
id=my-network
# Must be unique
uuid=YOUR_UUID_NUMBER
type=802-11-wireless
[802-11-wireless]
mode=infrastructure
ssid=YOUR_WIFI_NAME
#Uncomment below if your SSID is not broadcasted
#hidden=true
[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=YOUR_WIFI_PASSWORD
[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