Roon

This page is about the music software roon

My Smart Home project with Home Assistant

You can find some of my Home Assistant configuration files and possibilities here.

Dashboards

Some details about some of my dashboards:

Installation

I am currently running Home Assistant Supervised on an Intel NUC with Debian Bullseye, because my RaspberryPi 3 was a bit sluggish.

  1. sudo apt install -y network-manager jq
  2. sudo curl -Lo installer.sh https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh
  3. sudo bash installer.sh --machine qemux86-64

After a while, the script will ask the following question:

Do you want to proceed with overwriting the /etc/network/interfaces file? [N/y]

Choose “Yes”.

  1. sudo rm installer.sh

Source

Install HACS

sudo docker exec -ti homeassistant /bin/bash

wget -q -O - https://install.hacs.xyz | bash -

After that go go Settings > Integrations > Add Integration and enable it. Follow the instructions.

Source