Package Details: home-assistant 1:2026.7.2-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: 10
Popularity: 0.36
First Submitted: 2025-11-07 22:41 (UTC)
Last Updated: 2026-07-16 12:56 (UTC)

Latest Comments

1 2 Next › Last »

smmalis37 commented on 2026-07-16 23:57 (UTC)

Yep that did it, thanks!

AlD commented on 2026-07-16 12:57 (UTC) (edited on 2026-07-16 12:57 (UTC) by AlD)

Oh well, I guess the stack of patches will keep growing.

smmalis37 commented on 2026-07-16 06:29 (UTC) (edited on 2026-07-16 06:29 (UTC) by smmalis37)

After updating to 2026.7.2 I'm getting this error from multiple integrations:

Exception: Version mismatch: this is the 'cffi' package version 2.0.0, located in '/var/lib/hass/.venv/lib/python3.14/site-packages/cffi/api.py'.  When we import the top-level '_cffi_backend' extension module, we get version 2.1.0, located in '/var/lib/hass/.venv/lib/python3.14/site-packages/_cffi_backend.cpython-314-x86_64-linux-gnu.so'.  The two versions should be equal; check your installation.

This seems to be the opposite problem of what https://github.com/home-assistant/core/pull/175907 was supposed to fix haha. Does there need to be some patch here to fix it? Is it something wrong with my environment? I tried deleting the entire .venv and letting startup recreate it, no change.

AlD commented on 2026-07-07 22:00 (UTC)

True, fixed that.

cebtenzzre commented on 2026-07-07 17:41 (UTC)

(bash)[274104]: home-assistant.service: Invalid environment variable name evaluates to an empty string: NEW%.*, OLD%.*

looks like the $ are not escaped properly in the service?

AlD commented on 2026-06-17 21:19 (UTC)

Thx, fixed.

morsmortium commented on 2026-06-17 07:08 (UTC)

The venv now needs aioesphomeapi too

AlD commented on 2026-05-12 20:50 (UTC)

Thx, updated.

Gilrain commented on 2026-05-12 10:35 (UTC)

2026.5.1 has a new dependency: python-orjson

diff --git a/PKGBUILD b/PKGBUILD
index 9aa6663..2290f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@

 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2026.4.0
-pkgrel=2
+pkgver=2026.5.1
+pkgrel=1
 epoch=1
 arch=('any')
 url='https://home-assistant.io/'
@@ -30,6 +30,7 @@ depends=(
 makedepends=(
   'python-build'
   'python-setuptools'
+  'python-orjson'
   'python-wheel'
 )
 install=$pkgname.install

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.