HACS integration error

I am getting this on my HA integrations page:
image
And I need to enable hacs automations but because of this it is not showing me the Options button.
No HACS error in the log just this warning

2021-05-23 11:05:31 WARNING (MainThread) [homeassistant.loader] You are using a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant

And I am setting it up in my config.yaml file like this:

hacs:
  token: !secret hacs_token

HACS seems to be working ok otherwise, any idea what’s wrong?

Try deleting the integration and adding it again. Do not restart when it says to.

Set it up with the new Oauth method by following the prompts.

So delete the entry from the config.yaml file and then add it via the UI integrations?

Oh. If you are using yaml you’ll need to restart and may lose all your settings.

The other option would be to try regenerating your token and updating the yaml secret then restarting. Try this first.

So yes I have already regenerated the token as I had to because it was using old format but still that error.
I did add appdaemon: true and netdaemon: true which gave me the automations tab so might just leave it as is I’m not sure what will break if I completely remove it