Prevents RuntimeError caused by dictionary size changes during iteration when Home Assistant callbacks modify entity_callbacks
0.2.33.beta.24
Some brightness values do not update the dimmer value in the HA
0.2.33.beta.23
The dimmer's ramp generates incremental events during the dimming process. This fix addresses issue where dimmer's ramp increments prevent the last value from matching the actual state before turning off.
0.2.33.beta.22
0.2.33.beta.20
0.2.33.beta.19
In the Paho MQTT client implementation, the on_connect callback is only triggered when the client actually receives a CONNACK packet from the broker. If the connection attempt times out before receiving this packet, the callback is never executed.