From 5c70c57a707481e150c531a035d8441a375c23d0 Mon Sep 17 00:00:00 2001 From: shrung Date: Fri, 8 Jul 2022 05:57:23 -0600 Subject: [PATCH] Better detail on the wifi setup (#1990) Quotation marks are needed for SSIDs which include spaces. The preamble to the code snippet is also grammatically correct now. --- Documentation/network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/network.md b/Documentation/network.md index 6a931121f..127c1689e 100644 --- a/Documentation/network.md +++ b/Documentation/network.md @@ -133,7 +133,7 @@ Home Assistant OS will recreate the default connection profile during boot. Wi-Fi is discouraged for reliability reasons. However, if you still prefer to use Wi-Fi, you can us the `ha network` command to set up Wi-Fi (example for a Raspberry Pi 4, check `ha network info` to check if your board supports Wi-Fi and the name of the Wi-Fi device): ```bash -ha network update wlan0 --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