Home Assistant Add-On
By Matteo Scarpa ·
Hello everyone,
I just wanted to ask if there are any plans (whether in the early stages or more advanced) to create a Home Assistant add-on so that it can also be used with HA OS.
Thank You
Regards
1 reply
Johan
Hi Matteo,
No plans for a Home Assistant add-on at the moment, and honestly it’s unlikely — Cellarion isn’t a single service but six (MongoDB, Meilisearch, a vector DB, an image-processing service, backend, frontend), so it doesn’t map well onto the add-on model. It would mean either chaining half a dozen add-ons or squeezing everything into one mega-container, and both would make upgrades and backups worse than the docker-compose setup that already exists for self-hosting.
What we do have for Home Assistant is ha-cellarion — a custom integration (installable via HACS, works on HA OS) with a ready-made dashboard card, sensors for your collection and drink windows, maturity alerts, and one-tap consume from the card, automations or NFC tags. It connects to cellarion.app or a self-hosted instance with a scoped API token, and sensors update within seconds of a change. Might be worth a look if the goal is getting your cellar into your smart home.
/Johan