Adam Williams
Adam Williams
**Is your feature request related to a problem? Please describe.** I'm developing a client library for use with zwavejs2mqtt's MQTT API. I'd like the client to be able to set...
#### Expected behavior When using a managed consumer with QueueSize == 1, eg ``` c := pulsar.ManagedConsumerConfig{ QueueSize: 1, } ``` Then it's expected that `c.ReceiveAsync` receive messages. #### Actual...
Fixes the issue where HA complains that > MQTT entity name starts with the device name in your config Before, the entity was named: `$device_name $ap_name`. Now, it's named: `$device_mac...