* Catch error decoding UDSK and log warning to avoid error setting up
0.3.0
Added
* Also packaged as CLI command to be used directly * Add register_callback * Fire callbacks in notifications and all updates * Add set_device and pass to establish_connection
Changed
* Update bleak-retry-connector to 1.17.1 * Update bleak to 0.17.0 * Renamed connect to ensure_connection
0.2.5
Fixed
* Catch EOFError during pair, which is not caught in bleak/dbus-next currently
0.2.4
Added
* Lots of tests
Fixed
* Typo in metric in print_changes * Fix Name validation rules * set_temperature_unit method name
0.2.3
Added
* Format information as table in CLI * Print message with error instead of stack trace in cli if bleak error occurs in find/discover