I didn’t notice this right away, but I’m guessing it popped up after updating HA.
The debug log shows this:
Version: 2.0.5
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------
2026-01-24 00:14:58.940 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2026-01-24 00:14:58.956 CRITICAL (MainThread) [custom_components.hacs] <HacsData restore> ['full_name'] Restore Failed!
Traceback (most recent call last):
File "/config/custom_components/hacs/utils/data.py", line 213, in restore
await self.register_unknown_repositories(repositories)
File "/config/custom_components/hacs/utils/data.py", line 249, in register_unknown_repositories
repository_full_name=repo_data["full_name"],
~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'full_name'
2026-01-24 00:14:58.958 ERROR (MainThread) [custom_components.hacs] HACS is disabled - restore
2026-01-24 00:14:58.958 INFO (MainThread) [custom_components.hacs] Could not setup HACS, trying again in 15 min
I looked at those lines in the python script, but the issue is not apparent to me.
Any suggestions?
