Package Details: home-assistant 1:2026.4.1-2

Git Clone URL: https://aur.archlinux.org/home-assistant.git (read-only, click to copy)
Package Base: home-assistant
Description: Open source home automation that puts local control and privacy first
Upstream URL: https://home-assistant.io/
Licenses: Apache-2.0
Submitter: AlD
Maintainer: AlD
Last Packager: AlD
Votes: 9
Popularity: 1.62
First Submitted: 2025-11-07 22:41 (UTC)
Last Updated: 2026-04-10 21:51 (UTC)

Latest Comments

Gilrain commented on 2026-01-12 18:58 (UTC)

I updated to 2026.1.1 and python 3.14 successfully. The only manual operation was to delete /var/lib/hass/.venv so it could be recreated by the service file to point to the new python version.

Gilrain commented on 2026-01-12 13:22 (UTC)

psycopg2 is required only when using postgres as a database.

You can load any missing libraries using an override in /etc/systemd/system/home-assistant.service.d like this for the aiohttp_fast_zlib deps:

[Service]
ExecStartPre=/var/lib/hass/.venv/bin/python -m pip install zlib_ng isal

rhqq commented on 2026-01-12 12:17 (UTC)

Current setup seems to require manual instalation (from the venv): ./python -m pip install psycopg2-binary isal zlib-ng and the psycopg2 seems to be crucial to get any decent functionality.

Gilrain commented on 2025-12-13 11:09 (UTC)

Just an FYI: upstream has started deprecating features used by hass as a service. Namely, the server_host setting binding hass to a specific IP address (https://www.home-assistant.io/integrations/http/).

Gilrain commented on 2025-12-06 15:54 (UTC)

@InFerNo: this is the same package that was in extra before being dropped and therefore, you can use it to upgrade a previous installation.

InFerNo commented on 2025-11-24 12:32 (UTC)

@AlD I'm out of the loop. I update my package occasionally, is this new/different? I'm currently rolling local/home-assistant 1:2025.9.4-1. Can I upgrade with this pkgbuild?

AlD commented on 2025-11-08 22:03 (UTC)

I only re-upped the Arch repo PKGBUILD here. We'll have to see how sustainable this is once upstream starts relying on the Docker container.

Rollo commented on 2025-11-08 17:53 (UTC)

Thank you very much for this package. 1.5 GiB repository, wow, that's a behemoth.