https://github.com/AnaviTechnology/anavi-docs/blob/master/anavi-thermometer/anavi-thermometer.md
https://www.home-assistant.io/hassio/installation/
To perform the Hass.io installation, run the following commands:
sudo -i
apt-get install software-properties-common
add-apt-repository universe
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
curl -fsSL get.docker.com | sh
curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s
https://askubuntu.com/questions/1030179/package-docker-ce-has-no-installation-candidate-in-18-04
vi /etc/apt/sources.list.d/docker.list
#deb [arch=amd64] https://download.docker.com/linux/ubuntu disco stable
deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable
https://www.home-assistant.io/hassio/
must onboard initial time on the host browser, not external. otherwise loops forever asking for new credentials.
***************
configuring
https://www.home-assistant.io/getting-started/configuration/
--30--