- Further improvements to allow better use with HA zeroconf object.
0.2.44
* [Controller now optionally takes a zeroconf_instance](https://github.com/Jc2k/aiohomekit/pull/7). This fixes another place where aiohomekit wasnt using the shre zeroconf instance.
0.2.43
* [Allow using a shared zeroconf instance](https://github.com/Jc2k/aiohomekit/pull/6). This should reduce CPU usage in home-assistant as multiple instances in same process causes a sort of amplification of traffic.
0.2.41
* Fix regression where min/max de-decimalise an incoming number.
0.2.40
* Fix regression for numbers with no minStep.
0.2.39
* All writes to number characteristics are clamped according to `minStep`. * Rounding is updated to **not** use bankers rounding, instead rounding like you were taught in school. * Fixes https://github.com/home-assistant/core/issues/37083