igor-podpalchenko / ha-devi-mqtt

Home Assistant Danfoss DeviReg MQTT service
8 stars 3 forks source link

fix: pass mqtt options to client on connect #3

Closed matthiasschardt closed 2 months ago

matthiasschardt commented 2 months ago

This PR fixes the auth failure to a Mqtt server (anonymous auth disabled) described in:

I makes the MqttConnectOptions available as an instance variable and passes it to the client when opening the connection

igor-podpalchenko commented 2 months ago

Thanks. Merged in. Enjoy!