Features * Add support for temperature, light, and wind sensors * Add keypad sounder interface * Add support for Somfy RS485 blinds
0.2.2
- Fix a deadlock in `ConfigClient` - Extract `ConfigConnection` from `ConfigClient`
0.2.1
- Add support for querying objects by XPath as well as tyle - Add linting and fix numerous linting issues
0.2.0
- Add connection keepalive support to `CommandClient` - Rename `get_objects_by_type` to `get_objects` and support xpath filtering - Add documentation for `CommandClient` and `ConfigClient` - Add error classes for `ConfigClient` - Add typing_extensions as an explicit dependency - Fix some linting errors