I am running the mosquitto MQTT add-on. I have an IoT device that has on-board MQTT I want to pull in to Home Assistant. WIth the MQTT integration, I can only configure one MQTT broker (the local on from the add-on).
Is there a way to configure the external (on my home network) MQTT broker with Home Assistant? Bridge it in to Mosquitto? Can I configure the bridge from the GUI or do I have to ssh into the mosquitto docker container and drop it in a config file (and what happens if the add-on is ever updated?). Thanks