From fffad9d0f7b77f7c6a395e6b8758479623110c26 Mon Sep 17 00:00:00 2001 From: capstan1 Date: Wed, 31 Jul 2019 11:10:47 +0200 Subject: [PATCH] add details on usb-stick (#9971) * add details on usb-stick A question I asked myself and that got asked frequently in the forums is weather the usb stick used for configuration needs to stay within the device. So I just added one line to make this more precise. * :pencil2: Tweak --- source/getting-started/index.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 5787f6b8dbc..eb0af987d16 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -63,6 +63,7 @@ We will need a few things to get started with installing Home Assistant. The lat 1. Connect your Raspberry Pi to the power supply, so it turns on. 1. The Raspberry Pi will now boot up, connect to the Internet and download the latest version of Home Assistant, which will take about 20 minutes. 1. Home Assistant will be available at [http://hassio.local:8123][local]. If you are running an older Windows or have stricter network configuration, you might need to access Home Assistant at [http://hassio:8123][host]. +1. If you have used a USB-stick for configuring the network, it can now be removed. [local]: http://hassio.local:8123 [host]: http://hassio:8123