- Fixes discovery when there are broken zeroconf devices on the network
0.2.46
- Fix for iSwitch devices where `format` is missing for accessory data - Switch out `crypt.mksalt` for something that works on Windows - Fix support for the rust `hap` library by supporting case insensitive headers - Avoid spinning `_reconnect` tasks
0.2.45
- 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.