this post was submitted on 17 Sep 2024
-5 points (45.9% liked)

homeassistant

15339 readers
6 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] acockworkorange@mander.xyz 10 points 10 months ago (1 children)

That’s not how docker works, bud.

[–] nogooduser@lemmy.world 11 points 10 months ago (1 children)

I guess that my message wasn’t clear but by “component” I meant a home automation component.

I have the following containers in my HA installation:

  • Home assistant
  • Node red
  • MQTT
  • Zigbee2mqtt
  • Esphome

And maybe others that I have forgotten.

Each had to be installed manually by adding it to my docker compose file, mapping drives, and editing config files.

Most, if not all, of them (except HA) can be installed from within HA if you’re using HAOS.

[–] acockworkorange@mander.xyz 4 points 10 months ago

Ah, that makes a lot more sense.