aukjan / Home-Assistant_Config

BeardedTinker Home Assistant configuration. Feel free to browse, edit, tweak, improve, criticize and suggest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Each commit is verified automaticlly with Travis.

BeardedTinker's Home Assistant configuration

Here is a shot on making my Home Assistant configuration available. All individual files should have comments inside and I'll try to add as much documentation as I can over time.

Want to get more info?

You can follow my YouTube channel (https://YouTube.com/BeardedTinker) for more information and video guides for various stuff that's included here.

If you want to get in touch, you can always find me on my Discord Server - BeardedHome

Also, you can try and get in touch while I'm streaming. There should be at least 1 stream each month!

Hardware

This system is running on Synology DS415+ with total of 8GB RAM inside. Plugged in Synolgoy is cc2531 Zigbee USB stick with Zigbee2mqtt firmware from Koenkk version 20190608

From other devices I use, here is a list:

Containers and add-ons

As I'm running this on Synology, I have mix of Docker containers and hass.io add-ons. Here is a list:

Add-ons:

  • Check Home Assistant configuration - link
  • ESPHome - link - migrated from Docker container
  • Node-RED - link - in process of migration, still using Docker one
  • Visual Studio Code - link - migrated from Docker container
  • Zigbee2MQTT Assistant - link
  • Zigbee2MQTT -link
  • MQTT - link

Containers:

  • AdGuard Home
  • Emby
  • Facebox
  • Grafana
  • InfluxDB
  • Node-RED
  • Portainer
  • Zigbee2MQTT - REMOVED, now using Add-on
  • MQTT - REMOVED, now using Add-on

plus some others too - not directly related to Home Assistant (Minecraft, Storj node,...)

Integrations

There are too many integrations to list them all, but some of the main ones are:

  • Telegram for notifications and control
  • Zigbee2MQTT for controlling (and now also updating) my Zigbee devices
  • Google for integration with Google Assistant and various Home devices
  • Synology for Surveillence station and Synology system statistics and info
  • HACS - Home Assistant Community Store - for even more custom components and plugins
  • influxDB - storing data generated by Home Assistant
  • OctoPrint - to see what my Ender 3 Pro 3D printer is doing etc...

Following is a list of active Integrations that are visible at Configuration->Integration page:

  • AccuWeather
  • AdGuard
  • AirVisual
  • Blitzortung (HACS)
  • Certificate Expiry
  • COVID-19
  • Elgato Key Light
  • EPSHome
  • GDACS
  • Google Cast
  • HACS
  • Internet Printing Protocol
  • Luftdaten
  • Mikrotik
  • Minecraft Server
  • Mobile App
  • MQTT
  • Network UPS Tool
  • ONVIF
  • OpenUV
  • Shelly
  • SpeedTest
  • Synology DSM
  • Tado
  • Tile
  • UPnP
  • WLED on QuinLED Dig-Uno boards

Folder structure and files

Insipred by Franck I've broken my configuration in various files.

It looks overwhelming at first, but when you get the hang of it, this structure is much easier to maintain and find something. Also disabeling parts of the integrations is just a rename away :)

Missing files

Due to privacy, security,... some files are not included as well as some folders.

Here is a list of them sorted:

Missing folders

  • www/community

Missing files

Most of the missing files now have sample version. This is edited version with "fake" information, so you are able to reuse code.

  • ip_bans.yaml - could contain IP addresses - added SAMPLE
  • secrets.yaml - contains credentials and some private infos - added SAMPLE
  • known_devices.yaml - contains indentifiers - added SAMPLE
  • customize.yaml - contains private information - added SAMPLE
  • facebox-*.yaml - contains information for face recognition - added SAMPLE
  • google_calendars.yaml - contains private information - added SAMPLE
  • telegram_gps_response_andrej.yaml - contains identifiers - added SAMPLE
  • telegram_gps_response_luka.yaml - contains identifiers
  • telegram_gps_response_mirta.yaml - contains identifiers

Also missing are certificates, json files, cookies,...

About

BeardedTinker Home Assistant configuration. Feel free to browse, edit, tweak, improve, criticize and suggest.


Languages

Language:Python 99.6%Language:HTML 0.4%