After manually installation of HACS I have the following error:
2019-11-14 19:04:44 ERROR (MainThread) [hacs] appdaemon is not in dict_keys(['plugin', 'integration', 'theme'])
2019-11-14 19:04:44 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/hacs/hacsbase/__init__.py", line 177, in startup_tasks
await self.load_known_repositories()
File "/config/custom_components/hacs/hacsbase/__init__.py", line 358, in load_known_repositories
repositories = await self.get_repositories()
File "/config/custom_components/hacs/hacsbase/__init__.py", line 346, in get_repositories
for repo in org: