- cross-posted to:
- smarthomes@feddit.uk
- homeassistant@lemmy.world
- cross-posted to:
- smarthomes@feddit.uk
- homeassistant@lemmy.world
- Home Assistant is now part of the Open Home Foundation, a non-profit aiming to fight against surveillance capitalism and offer privacy, choice, and sustainability.
- The foundation will own and govern all Home Assistant entities, including the cloud, and has plans for new hardware and AI integration.
- Home Assistant aims to become a mainstream smart home option with a focus on privacy and user control, while also expanding partnerships and certifications.
I run it in a docker container and it works great.
For others, beware that in a docker, each plugin needs its own docker container.
I run everything in docker except for HA which I run in a VM (HaOS) which makes it super easy to use.
Edit: by plugins I meant add-ons
Yeah. I ran it in docker for years and it was such a hassle compared to HAOS. The switch to VM was best decision I made regarding HA.
deleted by creator
What are you talking about? This is simply not true.
No it’s true. I run ha in a docker container too, and it doesn’t support the plugin supervisor at all. You have to spin up your own plugin containers manually and configure the connection to them in the core ha instance, that’s what I did with piper/wyoming. I’d be happy to share a compose file if someone wants it.
With plugins you mean add-ons like Z2M, Mosquitto or VSCode Server, right?
Correct, yes, the word I meant is addon, not plugin.
I’d be interested to see that file if you’re still willing. IMO separating everything into their own containers is a positive.
This is how I have mine set up: