Search Criteria
Package Details: python-home-assistant-hacs 2.0.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-home-assistant-hacs.git (read-only, click to copy) |
|---|---|
| Package Base: | python-home-assistant-hacs |
| Description: | Manage and discover custom elements for Home Assistant directly from the UI |
| Upstream URL: | https://hacs.xyz |
| Licenses: | MIT |
| Conflicts: | home-assistant-hacs |
| Replaces: | home-assistant-hacs |
| Submitter: | AlD |
| Maintainer: | AlD |
| Last Packager: | AlD |
| Votes: | 2 |
| Popularity: | 0.45 |
| First Submitted: | 2024-10-07 21:39 (UTC) |
| Last Updated: | 2026-06-16 22:00 (UTC) |
Latest Comments
AlD commented on 2026-06-16 22:03 (UTC)
Oh right, that's because home-assistant was still using
DynamicUserat the time. Thanks, fixed.morsmortium commented on 2026-06-16 20:31 (UTC)
So the issue here is that this package puts the files into
/var/lib/private/hass/custom_components/while hass expects them in/var/lib/hass/custom_components/The solution is@AlD Could you correct this?
nshephard commented on 2026-03-22 08:42 (UTC)
Hi,
I've installed this package and updated permissions as suggested. Restarted the
home-assistant.servicebut do not have HACS listed on the Settings > Integrations page nor is it listed under Add Integration.Any pointers on what to do would be welcome.
Thanks in advance.
mqs commented on 2025-07-05 12:20 (UTC) (edited on 2025-07-05 12:20 (UTC) by mqs)
@elnappo I think I solved the issue with the following patch, using systemd-tmpfiles, which gets executed via pacman hooks anyways:
elnappo commented on 2025-02-01 12:25 (UTC)
Had to manually change ownership of
/var/lib/hass/custom_components/withchown -R hass:hass /var/lib/hass/custom_components/.