* Allow unit with or without degree and handle Enum for Home Assistant in set_temperature_unit() * Remove `metric` attribute, it was supposed to be `use_metric`
Fixed
* Fixed `_device` attribute which would not be updated on callback
0.5.0
Added
* More tests for cli interface * Add tests for Python 3.11
Removed
* Automatic tests on macOS and Windows. They should still work though.
Changed
* Update bleak and bleak-retry-connector to get retry decorator and match home assistant 2023.1 * Update documentation * Updated linting and CI tools
0.4.2
Changed
* Also catch NotImplementedError when trying to pair. (Affects Home Assistant ESPHome proxies)
0.4.1
Fixed
* Format Colour as hex when printed (for CLI)
0.4.0
Changed
* Improve documentation for setting values
Added
* cli option to get specific attributes by name * cli option to set attributes * cli option to limit output