I wanted to enable trusted networks to prevent v1.5 of the iOS app triggering ipban every time it first starts. So I added this to the home assistant section of my configuration.yaml file:
I just discover this myself, on 102.3 troubleshooting the error so decide to test and learn trusted network auth provider. ha is used locally only and ip only. ERROR (MainThread) [hassio.api.proxy] Client error on WebSocket API Cannot
After I added the trusted networks my mqtt devices stop connecting using mosquito broker.
After digging, the mosquito addon config was reset to default so my login username info was missing. I added login info back to mosquito addon and starts working but which defeats everything for me LOL
My HA user/password is the same that was configured in mosquitto login already, perhaps my install is not connecting to ha auth system, I have to do some more digging the problems are usually on my side of the table.
Seems by design adding trusted network removes mosquitto addon login section because it consistently happens to me when undo and add auth/trusted network section back to configuration.yaml
I use trusted networks and trusted users and it has nothing to do with the mosquitto addon. The default settings will work if you have a user defined in HA that is also the one you define for MQTT in your devices.