Home Assistant Wifi (RPi 3/4)

Power down Home-Asst, remove SD card, insert into SD reader connected to linux ( or windows I guess)

1. On the “ hassos-boot ” partition, start by creating a folder called “CONFIG“.

2. Within the “CONFIG” folder, we need to create another folder called “network“.

3. Finally, in the “network folder, we need to create a file called “my-network“.

You will need to first replace “” with a new UUID. You can generate a new generic UUID using an online UUID generator.

Contents of my-network

[connection]

id=my-network

uuid=

type=802-11-wireless

[802-11-wireless]

mode=infrastructure

ssid=

Uncomment below if your SSID is not broadcasted

#hidden=true

[802-11-wireless-security]

auth-alg=open

key-mgmt=wpa-psk

psk=

[ipv4]

method=auto

[ipv6]

addr-gen-mode=stable-privacy

method=auto

NOTE: ymmv, as I have not got my new installation going yet

1 Like