From 648b2f4d645f6d8734812ca1b93adc9c45995435 Mon Sep 17 00:00:00 2001 From: Nathan Flynn Date: Fri, 19 May 2017 13:09:17 +0100 Subject: [PATCH] Fixed link text to show port (#2660) Avoids confusion if you copy and paste and don't see its hyperlink is for :8123 --- source/hassio/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 653ee933aec..69eeebd2c9b 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -19,7 +19,7 @@ Hass.io images are available for all available Raspberry Pi and intel nuc platfo - Flash the downloaded image to an SD card using [Etcher]. - Optional - Setup the WiFi: On the SD-card, edit the `system-connections/resin-sample` file and change `ssid` and `psk`. - Insert SD card to Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which can take some time. -- You will be able to reach your installation at [http://hassio.local][local]. +- You will be able to reach your installation at [http://hassio.local:8123][local].

If you copy over your existing Home Assistant configuration, make sure to enable the Hass.io panel by adding either `discovery:` or `hassio:` to your configuration.