Home

Awesome

Home Assistant Configuration

Here's my Home Assistant configuration. I have installed HA on an Intel NUC SkullCanyon with 32GB RAM and 500GB NVMe SSD. I am currently running Ubuntu 16.04 LTS on the NUC and used the virtual environment approach to install HA.

I regularly update my configuration files. You can check my current HA version here. If you like anything here, Be sure to :star2: my repo!

Other things that I run on my NUC

docker create \
--name plex --net=host --restart=always \
-e TZ="America/New York" \
-e PUID=1000 -e PGID=1000 \
-e PLEX_CLAIM="<CLAIM>" \
-p 32400:32400 \
-v /docker/containers/plex/config:/config \
-v /docker/containers/plex/transcode:/transcode \
-v /mnt/music:/data/music:shared \
-v "/mnt/media/TV Shows":/data/tvshows:shared \
-v /mnt/bollywood:/data/bollywood:shared \
-v /mnt/hollywood:/data/movies:shared \
 plexinc/pms-docker:plexpass
$ sudo docker run --name=machinebox -p 8081:8080 -e "MB_KEY=$MB_KEY" -d machinebox/tagbox

Some of the devices and services that I use with HA

My Home Assistant dashboard

I moved my entire configuration to Lovelace. Here are some screenshots (please note that these may not be the most updated images, but you should get an idea). <img src="https://github.com/arsaboo/homeassistant-config/blob/master/ha_ss_1.png" alt="Home Assistant dashboard" />

<img src="https://github.com/arsaboo/homeassistant-config/blob/master/ha_ss_2.png" alt="Home Assistant dashboard" /> <img src="https://github.com/arsaboo/homeassistant-config/blob/master/ha_ss_3.png" alt="Home Assistant dashboard" /> <img src="https://github.com/arsaboo/homeassistant-config/blob/master/ha_ss_4.png" alt="Home Assistant dashboard" /> <img src="https://github.com/arsaboo/homeassistant-config/blob/master/ha_ss_5.png" alt="Home Assistant dashboard" />

Useful links