Skip to content

Instantly share code, notes, and snippets.

@jordansissel
Created September 24, 2020 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordansissel/4195dc6c05ffba4fdae22f1936e7e585 to your computer and use it in GitHub Desktop.
Save jordansissel/4195dc6c05ffba4fdae22f1936e7e585 to your computer and use it in GitHub Desktop.
Home Assistant on Raspberry Pi OS
  1. Write latest Raspberry Pi OS image to SD card.
  2. Configure wifi: Create wpa_supplicant.conf at top-level of SD card (boot)
  3. Enable SSH: Create empty ssh file on top-level of SD card.
  4. Update to latest (apt-get update + apt-get upgrade)
  5. Install docker: curl -fsSL https://get.docker.com | sudo sh
  6. Install Home Assistant (see below)

Wifi/SSH tips from this site: https://raspberrytips.com/raspberry-pi-wifi-setup/#Raspberry_Pi_WiFi_Headless_Configuration

Install Home Assistant (via docker)

https://www.home-assistant.io/docs/installation/docker/

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