Package Details: home-assistant-hacs 1.34.0-1

Git Clone URL: https://aur.archlinux.org/home-assistant-hacs.git (read-only, click to copy)
Package Base: home-assistant-hacs
Description: Manage and discover custom elements for Home Assistant directly from the UI
Upstream URL: https://hacs.xyz
Keywords: ha hacs haos hass home-assistant homeassistant
Licenses: MIT
Submitter: ewout
Maintainer: grawlinson
Last Packager: grawlinson
Votes: 3
Popularity: 0.56
First Submitted: 2022-12-09 22:14 (UTC)
Last Updated: 2024-04-09 02:12 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

AlD commented on 2024-10-07 21:41 (UTC)

Forked to https://aur.archlinux.org/packages/python-home-assistant-hacs to get v2.x.

james commented on 2024-09-06 12:50 (UTC)

hacs 2.0 seems to be non-retro compatible with the older version, is there a plan to upgrade this in the future?

smaxer commented on 2024-05-03 07:20 (UTC)

This fixed the issue:

/var/lib/private/hass/.venv/bin/pip3 install securesystemslib==0.31.0

Found here: Link

smaxer commented on 2024-05-02 13:55 (UTC)

I get the following error with the latest home-assistant (2024.4.3-1) and hacs(1.34.0-1) package. Anyone know how to fix this?

Setup failed for custom integration 'hacs': Unable to import component: cannot import name 'keys' from 'securesystemslib' (/var/lib/hass/.venv/lib/python3.12/site-packages/securesystemslib/__init__.py)
Traceback (most recent call last):
File "/var/lib/hass/.venv/lib/python3.12/site-packages/homeassistant/loader.py", line 979, in async_get_component
 comp = await self.hass.async_add_import_executor_job(
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/hass/.venv/lib/python3.12/site-packages/homeassistant/loader.py", line 1037, in _get_component
    ComponentProtocol, importlib.import_module(self.pkg_path)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

benalexau commented on 2024-02-27 22:19 (UTC) (edited on 2024-02-27 22:20 (UTC) by benalexau)

Please update to latest version:

pkgver=1.34.0
sha512sums=('3852cb15dccd7b0a3438ba0d8a9e4ec9acd3f2d354b4a4238c1f3b7c136e1429d93e0612ed459d41ba5b22cc55e1620cd11a640ec0d8e4e6ba413f0cb1f044c0')
b2sums=('033b169cdd176598294749f47e76aa6cc11c29712d9f4ef5fecdfb1032393ae6ea85f3ce81f10181f5305b1d404e0e276541fd955608592d249cd803c705db96')

Rasi commented on 2024-02-22 20:33 (UTC)

This installs to the wrong directory. It installs to /var/lib/private/hass, but home asisstant from arch repos is in /var/lib/hass

Rasi commented on 2024-02-18 10:33 (UTC) (edited on 2024-02-18 10:35 (UTC) by Rasi)

Feb 18 11:27:02 gemenon hass[202453]: 2024-02-18 11:27:02.471 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration hacs which has not been tested by @bendavis78 in Devices -> Add Integration, you need to search for hacs and enable it

bendavis78 commented on 2024-01-22 17:10 (UTC)

I have both home-assistant and home-assistant-hacs installed, but I don't see HACS in the menu and I don't see it in the integrations search. Is there something else I need to do? I've tried restarting homeassistant but no luck.

eligao commented on 2024-01-13 18:12 (UTC) (edited on 2024-01-13 18:12 (UTC) by eligao)

the /var/lib/private/hass/custom_components/hacs folder should have hass:hass permission for integrations to be properly installed