I am using an external MQTT broker for various reasons and I connect HA using the MQTT-integration. Unfortunately the external broker only allows for 10 subscription topics per client.
The issue is that after a HA restart, the integration subscribes to the 10 first topics that are sent from the broker. The remaining topics are dropped. I have to manually delete these topics and replace them with more generic topics. Example: Detailed topic is something like : sjov-out/21/1/1/4/23 but I would like it to keep the more generic topic sjov-out/#
Question: Is there a way to fix the list of topics to subscribe to, that survives a HA restart?