I have one question, the directory path for HACS should be what?
/usr/share/hassio/homeassistant/custom_components/hacs or
/usr/share/hassio/homeassistant/config/custom_components/hacs
I have tried both and still cannot get HA GUI to list hacs inside integrations. Please help. I have HA supervised. I installed hacs within the terminal. it installed it into the first path I listed above. I later changed it to the second path above because its the path listed further down this post and also in several youtube videos for the installation of hacs. Still HA gui does not list it inside integrations.
Alex
In my case HACS is installed in: /usr/share/hassio/homeassistant/custom_components/hacs
I donāt have a /usr/share/hassio/homeassistant/config directory. But then, I installed it quite some time ago, and it could just be that things changed since then.
May I suggest that you delete your directory where the HACS files currently are, and do it from scratch as described in the HACS install docs. Note that the first time you start it up will take a long time, so you need to be patient.
Because things happen in the background, maybe (?) you will see some useful messages in the logs to confirm the setup succeeded and the initialization has started. You can use the Linux journalctl to monitor and search for logs and errors:
# find all messages logged today, that contain the word "HACS"
journalctl --since today | grep -i "HACS"
# show the last 30 messages, in reverse order:
journalctl -r -n30
# show messages continuously, in realtime as they are generated/logged:
journalctl -f
Guess what? I reinstalled it and now its there! But it took days. When I first installed it I checked and it was not there. Today before I responded to you I checked and it was there. Thanks. I shall continue with the installation.
Iām unfortunately in the same position. Iāve followed the steps to install HACS but it refuses to show up in the Integrations list. Iām running Home Assistant Container and followed both options as outlined in the guide as well as following @JoFie instructions but nothing seems to work. Iāve rebooted HA multiple times, cleared browser cache and rebooted my Pi. I even installed HA on my Linux box but to no avail.
Wondering if anyone facing this problem has found a solution besides what @JoFie has kindly posted?
Same issue hereā¦
I install homeassistantOS as a virtual machine on a Synology NAS (no docker, I wanted supervisor!)
After installing SSH add-on tried the (updated) install script
wget -q -O - http://install.hacs.xyz | bash -
It created the custom_components/hacs folder with lot of stuff inside.
Reboot the virtual machine (not just the HA server), changed browser from chrome to edgeā¦
Damn HACS did not shows up in the new integration list.
i have an issue, that hacs is not visible in addons.
I was able to install it via SSH, and files with all the folders structure are there.
Tried restart both: HA os and Raspberry itself. Nothing helped. Tried couple of browsers (for sure cleared caches), but still nothing.
Running on Raspberry Pi 4b, HA OS 7.1.
Tried on Virtual machine as well.
Tried with older versions, still the sameā¦
Any ideas?
Without hacs I do not see any further possibilities using HA at all.
Every set of instructions Iāve read says to restart Home Assistant, but they should really say to reboot the machine running Home Assistant. Thatās what it took for the integration to show up for me.
Ressurecting an old threadā¦Iāve got the same issue with HACS not showing in the list of available integrations. Background is I had HACS loaded, but both HACS and the BoM integration I had loaded were old versions and could not be updated. Any new integration loaded via HACS would fail to show up.
To try and resolve my issue I followed steps others have mentioned, then eventually deletion steps set out in hacs.xyz. Having followed these steps, HACS is now no longer available as an integration - everything else seems to be listed.
Itās an RPi SSD install with all HA software updated to current builds, rebooted & power cycled several times, now stable for about 3 days but no reappearance. Clean HA log file on reboot (all green entries) and nothing related to HACS appearing.
Is there a file somewhere I need to delete or config I should check to get it to reappear?
^ MVP for sure - much appreciated. Iāll add to this that it has been the solve for several other HA browser things - but you can achieve the same with SHIFT+Reload. Thanks again.
I upgraded from HA 2023.1.7 to HA 2023.6.2. HACS said it canāt be loaded. I tried an update over the CLI, that successfull complets but nothing changed. I read that it could be, that the Github API token needs to be updated. So I removed the integration over the GUI. I restarted multiply times, used different browsers and cleared the cache, the integration isnāt listed in the menu.
I renamed the folder to install HACS fresh, but it isnāt in the list anyway. How can I get it back to work?
I have the same problem. I have run the installation on both hyper-v and virtualbox, the problem always occurs. I have also tried running the installation manually by creating the folders inside /config and downloading from github, nothing.
I have cleared the cache, tried logging in from another browser, restarted the virtual machine, HACS does not appear in the list of components.
Thanks
I had this same problem and it was driving me nuts (copying hacs files using Samba on HA Yellow). I finally just used SSH with the below command to auto install.
It installed and worked after a soft restart!!! I looked back at the directory structure and it turns out that the C in Custom_components directory shouldnāt be capitalized I swear that was the default though and I didnāt create itā¦ Anyway, it works now and hopefully this helps other frustrated usersā¦