Created
August 1, 2021 18:20
-
-
Save robinsmidsrod/9e37df2b5e1406f87241414f5eb5dae4 to your computer and use it in GitHub Desktop.
Home Assistant OS Wi-Fi configuration file
This file contains hidden or 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
# 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