I may have missed something... But I made an addon in which I declared:
services:
- mqtt:need
So my Addon is provided with access to my ha mqtt server without having to deal with user/password. It's cool. But I'd like to be able to preserve this mqtt access facility through the Addon config.yaml but with a remote MQTT server. In my case the remote MQTT server is installed on another ha instance.
I know I can configure the remote access in my Addon but it forces me to add user passwords in the Addon conf.
So I'm using the mosquito bridge feature, but it's not really appropriate.
My feature request is to add a remote MQTT delegation feature in the MQTT ha add-on!