* 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
0.2.38
None
0.2.37
None
0.2.36
aiohomekit` follows the spec for writing to bool characteristics - `1`, `0`, `true` and `false` are meant to be valid values. We used `true` and `false`. However it looks like some devices recently got a firmware update and can no longer handle `true` properly. This release switches to using `1` and `0` like the iOS implementation.
0.2.35
This merges in the changes from 0.2.29.2 into the current dev stream.