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.