this post was submitted on 19 Jun 2026
86 points (100.0% liked)

homeassistant

19746 readers
33 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 3 years ago
MODERATORS
 

There are some notes specific to rpi installs, so give it a read if you run HAOS on that platform.

Raspberry Pi 5 users need a bootloader from at least 2025-02-12, otherwise the display output may freeze early during the boot. Update the bootloader before installing this update, using one of the following methods:

  • Run rpi-eeprom-update -a while connected directly to the device (using a display and keyboard), prior to installing the OS update.
  • Use Raspberry Pi Imager with a spare SD card to flash a bootloader update image to it.
  • Alternatively, if you have an SSH terminal app installed, you can run ha os boards raspberrypi firmware update over SSH right after updating the OS.
you are viewing a single comment's thread
view the rest of the comments
[–] Maestro@fedia.io 8 points 2 days ago (2 children)

You can't access the HACS app store from HA core in docker. And it's bloody annoying because all those integration devs assume HACS and have no regular installation instructions anymore. Even basic themes are almost always HACS installed.

Yes, I'm old and salty about it.

[–] surewhynotlem@lemmy.world 4 points 2 days ago

I think I'm confused then. I'm definitely accessing HACS and it's definitely a docker container on Ubuntu (I know, I know).

How do I know that in running?

[–] xcutie@linux.community 5 points 2 days ago (1 children)

HACS works perfectly for me from a HA container in podman. I know that doesn't help by itself, but maybe you have a wrong config.

[–] Maestro@fedia.io 3 points 2 days ago (2 children)
[–] pi3r8@lemmy.world 1 points 22 hours ago

I would be interested in this too. Only reason I'm not running in container was being under the impression hacs wasn't supported.

[–] xcutie@linux.community 5 points 2 days ago* (last edited 2 days ago) (1 children)

You have to manually install it. Have a look at the HACS page. If I remember right, it is basically:

  1. download HACS and make sure, it is in the right folder inside the container
  2. restart HA
  3. add HACS as an integration
[–] Maestro@fedia.io 1 points 2 days ago

Ohhh, thank you. That's going to make things a lot easier for me!