mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Fix network.md ha cli network wifi example (#1976)
This commit is contained in:
parent
720f604f98
commit
33575b639e
@ -133,7 +133,7 @@ Home Assistant OS will recreate the default connection profile during boot.
|
|||||||
WiFi is discouraged for reliability reasons. However if you're still like to use WiFi, you can us the `ha network` command to set up WiFi (example for a Raspberry Pi 4, check `ha network info` to check if your board supports WiFi and the name of the WiFi device):
|
WiFi is discouraged for reliability reasons. However if you're still like to use WiFi, you can us the `ha network` command to set up WiFi (example for a Raspberry Pi 4, check `ha network info` to check if your board supports WiFi and the name of the WiFi device):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ha network update wlan0 --enabled --ipv4-method auto --wifi-auth wpa-psk --wifi-mode infrastructure --wifi-ssid MY-SSID --wifi-psk MY_PASS
|
ha network update wlan0 --ipv4-method auto --wifi-auth wpa-psk --wifi-mode infrastructure --wifi-ssid MY-SSID --wifi-psk MY_PASS
|
||||||
````
|
````
|
||||||
|
|
||||||
### Powersave
|
### Powersave
|
||||||
|
Loading…
x
Reference in New Issue
Block a user