After installation of HomeAssistant on RaspberryPI Zero using this tutorial:
https://www.home-assistant.io/hassio/installation
using Virtual appliance, I have installed following Addons:
- „SSH&Terminal”
- „Samba share”
Afterwards I needed to create my own Addon as it was shown in this Addon for MariaDB: https://github.com/home-assistant/hassio-addons/tree/master/mariadb
Following this tutorial : https://developers.home-assistant.io/docs/add-ons/tutorial/ I have created my own Addon for ActianZen. The clue was to use following Raspbian image: https://github.com/home-assistant/docker-base#raspbian-images
Below is dockerfile used for that:
Now ActianZen starts in docker container – the next step is configuration which will be described in next posts.