
Trying to split this into "first class" and "here be dragons". The aim being to make less experienced folks less likely to dive directly into things like Armbian, or Mac, or ...
4.7 KiB
layout, title, description, date, sidebar, comments, sharing, footer, redirect_from
layout | title | description | date | sidebar | comments | sharing | footer | redirect_from |
---|---|---|---|---|---|---|---|---|
page | Installation of Home Assistant | Instructions on how to install Home Assistant to launch on start. | 2017-02-15 08:00 | true | false | true | true | /getting-started/installation/ |
Beginners should check our [Getting started guide](/getting-started/) first. This is for users that require advanced installations.
Home Assistant provides multiple ways to be installed. A requirement is that you have Python 3.5.3 or later installed.
Please remember to [secure your installation](/docs/configuration/securing/) once you've finished with the installation process.
{% linkable_title Recommended options %}
{% linkable_title Alternative installs %}
The following installs are only recommended for experienced users of those platforms.










{% linkable_title After installation %}
Once Home Assistant is installed, execute the following code in a console/terminal to check if the setup was successful:
$ hass
The first start may take up to 20 minutes because the needed packages will be downloaded and installed. The web interface will be served on http://localhost:8123.
For more details about hass
, please refer to the tools section.
If you're running a Linux-based platform, we suggest you follow the VirtualEnv instructions to avoid using root
.
You may need to install additional libraries depending on the platforms/components you want to use.