Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.1 KiB

title, description
title description
Installation on a Armbian system Instructions to install Home Assistant on an Armbian-powered systems.

armbian runs on a wide-variety of ARM development boards. Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid.

Python 3.5.3 or later is required.

Setup Python and pip:

$ sudo apt-get update
$ sudo apt-get install python3-dev python3-pip

Now that you installed python, there are two ways to install Home Assistant:

  1. It is recommended to install Home Assistant in a virtual environment to avoid using root, using the VirtualEnv instructions
  2. Alternatively, you can install Home Assistant for the user you created when first booting Armbian:
$ sudo pip3 install homeassistant
$ hass --open-ui

Running these commands will:

  • Install Home Assistant
  • Launch Home Assistant and serve the web interface on http://localhost:8123
  • the configuration files will be created in /home/{user}/.homeassistant