So... I have to run the add-on manually/standalone. As far as I know, add-ons are just Docker images/containers.
Here’s my question: at the beginning of the Dockerfile, there should be two lines according to the HA dev docs:
ARG BUILD_FROM
FROM $BUILD_FROM
What does the supervisor put into the BUILD_FROM variable when the container is created?
I have HA running in a Docker container on my home/lab server alongside many other services. So no add-ons for me 😠 - at least not in the “normal” way…
Anyway, if somebody is curious what I’m trying to run, here it is:
👉 https://github.com/kind3r/hass-addons/tree/master/ttlock-hass-integration
I got a good deal on a TTLock-compatible smart door lock, and since I don’t like cloud services (especially CN ones), I want to run this add-on that provides a GUI for controlling these locks offline. Finally, I’m planning to run it on an rpi0w located near the lock (since BT in these locks is very weak).