From bbe62ed42d7a4b96b0b49eb15e9adfb84a595e28 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Mon, 19 Nov 2018 21:00:27 +0000 Subject: [PATCH] Adding how to access HA (#7584) Since the docs don't mention how to reach it, we really should ;) --- source/_docs/installation/virtualenv.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index 17f05fc33dc..e9427bba34f 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -65,6 +65,7 @@ It is recommended to use the [advanced guide](/docs/installation/raspberry-pi/) $ python3 -m pip install --upgrade homeassistant ``` 5. Start Home Assistant + 6. You can now reach the web interface on `http://ipaddress:8123/` - the first start may take up to 20 minutes before the web interface is available ### {% linkable_title Notes %}