HADashboard is a very cool dashboard for use with Home Assistant. I’ve tested the installation process on a Raspberry Pi1 version B (yes I know) and although it took nearly a whole day to get working, work it does and by golly, does it look good. More info on GitHub here https://github.com/home-assistant/hadashboard First step is to install docker on your Raspberry Pi if you have never done that before: curl -sSL get.docker.com | sh If you would like to use Docker as a non-root user, you should now consider adding your user to the "docker" group with something like: sudo usermod -aG docker pi Set Docker to auto-start: sudo systemctl enable docker More info here and credit to Alex Ellis http://blog.alexellis.io/getting-started-with-docker-on-raspberry-pi/
My collection of Home Assistant, CoreELEC, IoT, Synology, Kodi and other technical tips gathered over the years.