Installer Home Assistant Supervised for a generic Linux system
Find a file
Mario Limonciello b04d8d8053 Add support for running docker-ce from a snap (Fixes: #9)
This adjusts the following:
* Systemd unit dependencies
* Location of docker daemon (/usr/bin/ -> /snap/bin)
* Default data storage location
* Configuration storage location

It allows optionally using both 'jq' and 'docker' from the snaps
provided by the Ubuntu server 18.04 installation process.
2019-05-31 10:45:24 -05:00
files Fix lint 2019-04-24 13:57:57 +02:00
azure-pipelines.yml Fix lint 2019-04-24 13:54:23 +02:00
hassio_install.sh Add support for running docker-ce from a snap (Fixes: #9) 2019-05-31 10:45:24 -05:00
LICENSE [skip ci] add licences 2019-04-25 15:23:36 +02:00
README.md Fix readme p2 (#3) 2019-04-24 17:58:49 +02:00

Build Status

Install Hass.io

Beside the usage of the images it's also possible to run Hass.io on a generic system without flashing an image.

Requirements

docker-ce
bash
jq
curl
avahi-daemon
dbus

Optional

apparmor-utils
network-manager

Run

Run as root (sudo su):

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s

Command line arguments

argument default description
-m | --machine On a special platform they need set a machine type use
-d | --data-share /usr/share/hassio data folder for hass.io installation

you can set these parameters by appending -- <parameter> <value> like:

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s -- -m MY_MACHINE

Supported Machine types

  • intel-nuc
  • odroid-c2
  • odroid-xu
  • orangepi-prime
  • qemuarm
  • qemuarm-64
  • qemux86
  • qemux86-64
  • raspberrypi
  • raspberrypi2
  • raspberrypi3
  • raspberrypi3-64
  • tinker