Skip to content

Instantly share code, notes, and snippets.

@celeryclub
Last active May 22, 2019 14:20
Show Gist options
  • Save celeryclub/7f9ab5d1af66fe70a1296be4a74701f3 to your computer and use it in GitHub Desktop.
Save celeryclub/7f9ab5d1af66fe70a1296be4a74701f3 to your computer and use it in GitHub Desktop.
Raspberry Pi Hass.io setup guide.md

First, set up Raspbian.

Install prereqs.

sudo apt-get install apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat software-properties-common

Install docker.

curl -sSL https://get.docker.com | sh

Get some powers.

sudo su

Install Hass.io.

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-build/master/install/hassio_install | bash -s -- -m raspberrypi3

The above was modified from the Hass.io setup guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment