I updated HA to 2025.01 which broke a custom integration. I don't really need that integration (in fact I already replaced the functionality) so I want to delete it. HACS tells me I cannot delete it because it is configured, I need to remove the config entry first. However that doesn't work and produces a python error in the log inside the broken integration code. I can disable the entry but not remove it (even if disabled).
So what do I do now?
Obviously I could just remove the folder from custom_integrations but will that break something?
I could also just remove the config entry from .storage/core.config_entries but that feels even more wrong.