* This release fixes support for devices that produce certain types of invalid JSON. For example, trailing commas. To do this we have switched JSON parsing libraries. Introduces a dependency on `commentjson` and `lark-parser`. See https://github.com/Jc2k/aiohomekit/pull/46.
0.4.3
* Filter out duplicate requests in call to `get_characteristics()`. https://github.com/Jc2k/aiohomekit/pull/45.