From 7a946e9ca905d0e3f9903d7e1cf6189b1a463bc1 Mon Sep 17 00:00:00 2001 From: CV Date: Sun, 21 Jan 2018 18:07:11 +0100 Subject: [PATCH] Make a refer to autostart (#4460) * Make a refer to autostart For first time users it is not obvious to find autostart documentation. * Fix typos and link --- source/_docs/installation/raspberry-pi.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index f78838ec5ab..4667c7d9f04 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -77,3 +77,5 @@ You can now reach your installation on your Raspberry Pi over the web interface

When you run the `hass` command for the first time, it will download, install and cache the necessary libraries/dependencies. This procedure may take anywhere between 5 to 10 minutes. During that time, you may get "site cannot be reached" error when accessing the web interface. This will only happen for the first time, and subsequent restarts will be much faster.

+ +If you want setup `hass` as a daemon and autostart it on boot please refer to [Autostart Home Assistant](/docs/autostart/].