Hello Home Assistant Community,
I’m experiencing a very persistent issue where HACS (Home Assistant Community Store) is not appearing in my sidebar or in the “Add Integration” list, despite multiple confirmed successful installations. I’m running Home Assistant OS on a Home Assistant Green, with Core version 2025.6.1 (current).
I’ve followed all standard troubleshooting steps, and what’s unique about my situation is the complete absence of any HACS-related errors in the Home Assistant Core logs.
Here’s a summary of what I’ve done:
- Initial Installation: Ran wget -q -O - https://install.hacs.xyz | bash - successfully in the Terminal & SSH add-on. The script confirmed “Installation complete.”
- File Verification: Used ls -l /config/custom_components/ and ls -l /config/custom_components/hacs to confirm the hacs folder and all its necessary files (init.py, manifest.json, etc.) are physically present on disk.
- Troublesome Deletion: Initially, rm -rf hacs failed, but after re-checking, the folder was eventually confirmed empty.
- Clean Re-installation: Performed a full manual deletion of the hacs folder, followed by a fresh re-run of the wgetinstallation command, again confirming “Installation complete.”
- Multiple Restarts: Performed numerous full Home Assistant Core restarts (Settings > System > Restart).
- Aggressive Browser Cache Clearing: Tried comprehensive cache clearing (hard reload, clearing all site data/cookies) on multiple browsers (Chrome, Firefox) and devices, including using Incognito/Private windows and appending ?disable_cache=1 to the URL.
- Log Check: Checked ha core logs -n 50 (and attempted journalctl) after each restart. Crucially, there are NO entries, warnings, or errors related to hacs , custom_components , ImportError , or Failed to load integration from HACS in the logs. (I do see unrelated Protobuf warnings for pyatv and Chromecast connection errors, which I believe are not relevant.)
Despite all of this, HACS simply does not appear as a sidebar item, nor is it available in the “Add Integration” search.
Has anyone encountered a scenario where HACS is confirmed installed on disk, no errors are logged, yet it doesn’t appear in the UI? I’m out of ideas for troubleshooting and would greatly appreciate any insights or suggestions before resorting to a full HAOS re-flash.
Thank you in advance for any help!