Hi,
a bit special question:
I used travis ci long time for check my config on github. Long time i did not use them anymore. Now i like to update my hole config and start to use them now.
On my configuration.yaml i have specified the hacs component:
hacs:
token: !secret github_key
appdaemon: true
The hacs folder is located unter custom_components (i recently updated it). But my travis-ci build gives me following error:
Failed config
General Errors:
- Component error: hacs - Integration 'hacs' not found.
Successful config (partial)
The command "hass -c . --script check_config" exited with 1.
As far as i see, i have all installed correctly. Maybe someone of you can help my with this issue.