Not finding HACS under Integrations in Homeassistant
See original GitHub issueVersion of HACS
0.18.1
Describe the bug
I’m kind of a newbie on Home Assistant and am having some problems in adding HACS (with the goal to add an Arlo integration). According to what I can see HACS is the best way to do this. But…
I followed the instructions on the webpage https://hacs.xyz/docs/installation/manual and placed the HACS-folder in the following path \HASSIO\config\custom_components\hacs, see image below.
Next I rebooted HA through SSH and continued according to instructions, ie I went to Integrations and cleared the cache, before I clicked the “+” to add another Integrations. There is however no HACS listed, see image below:
I can therefore not add HACS.
According to another issue, someone hade made changes to HACS files. Is this necessary? Or what seems to be the problem according to the log? Please help me!! 😃
Have also found other issues of the same type, but have tried all the posted solutions, but can’t seem to fix the error…
Debug log
2019-12-09 22:18:17 ERROR (MainThread) [homeassistant.loader] Error loading custom_components.hacs. Make sure all dependencies are installed Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/loader.py”, line 346, in _load_file module = importlib.import_module(path) File “/usr/local/lib/python3.7/importlib/init.py”, line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File “<frozen importlib._bootstrap>”, line 1006, in _gcd_import File “<frozen importlib._bootstrap>”, line 983, in _find_and_load File “<frozen importlib._bootstrap>”, line 967, in _find_and_load_unlocked File “<frozen importlib._bootstrap>”, line 677, in _load_unlocked File “<frozen importlib._bootstrap_external>”, line 728, in exec_module File “<frozen importlib._bootstrap>”, line 219, in _call_with_frames_removed File “/config/custom_components/hacs/init.py”, line 8, in <module> from aiogithubapi import AIOGitHub ModuleNotFoundError: No module named ‘aiogithubapi’
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (1 by maintainers)
Top GitHub Comments
what helped was to install 0.18.0 version and on integration page press
ctrl+f5
to reload the page without cache in browserThis issue is closed, closed issues are ignored.
If you have issues similar to this, please open a seperate issue. https://github.com/custom-components/hacs/issues/new/choose
And remember to fill out the entire issue template 😃