tylerball / home

My smart home/music server config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

home

My home automation configuration.

Home Assistant

Home Assistant is the centre of my automation system. Here are some of the things it does:

setting up the hub

  1. Install Ubuntu on something and specify that you want it to be a docker host during installation.

  2. Clone this repo and cd into it.

  3. Fill in secrets in homeassistant/secrets.yaml, traefik.env, librespot.env (more automation for this later)

  4. Run docker-compose.

     sudo docker-compose up -d
    

music

More info soon.

About

My smart home/music server config

License:MIT License


Languages

Language:Shell 38.1%Language:Python 24.3%Language:JavaScript 23.2%Language:Dockerfile 13.3%Language:HTML 1.1%