From ff54ae67a0bd926b57bea8e18e470fdb567108b2 Mon Sep 17 00:00:00 2001 From: Jay Date: Sat, 25 Jan 2020 06:55:25 -0600 Subject: [PATCH] Slight addition to step 8 (#11862) * Slight addition to step 8 Some new users have expressed confusion about not being able to access the frontend at `http://hassio.local:8123` when the IP address works. Adding this note should hopefully reduce questions of this type. * Update index.markdown --- source/getting-started/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index f908d0b5698..107182cbdd4 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -62,7 +62,7 @@ We will need a few things to get started with installing Home Assistant. The Ras 5. Insert the SD card into your Raspberry Pi. If you are going to use an Ethernet cable, connect that too. 6. Connect your power supply to the Raspberry Pi. 7. The Raspberry Pi will now boot up, connect to the Internet and download the latest version of Home Assistant. This will take about 20 minutes. -8. Home Assistant will be available at `http://hassio.local:8123`. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at `http://hassio:8123`. +8. Home Assistant will be available at `http://hassio.local:8123`. If you are running an older Windows version or have a stricter network configuration, you might need to access Home Assistant at `http://hassio:8123` or `http://X.X.X.X:8123` (replace `X.X.X.X` with your Pi's IP address). 9. If you used a USB stick for configuring the network, you can now remove it. [the examples]: https://github.com/home-assistant/hassos/blob/dev/Documentation/network.md