How do I get my custom integration to update dependencies?
I have this in my manifest,json, but the xcomfort dependency is not updated by home assistant even if I bump the version. I have to delete and recreate my home assistant container for it to install.
What do you mean? I’m not the only user of this integration, it’s consumed via HACS. People might run it in Home Assistant anywhere, even without containers.
OK, then write up an issue for the author to fix it.
I missed the CI in the message above, sorry.
Trying to patch the HA container probably isn’t going to go well, the custom integration has to bring all it’s own weird stuff or use the libraries that are there.
I am the author. I own both the integration and the dependency. The problem is home assistant doesn’t update the dependency and keeps using a cached version.