Changelog v1.1.1 (2024-12-11) Fix Refactor to use kwargs for construct_levels_change (#53) (efd92ac) v1.1.0 (2024-12-11) Feature Add Python 3.13 support (#55) (05f3818) v1.0.2 (2024-06-24) Fix Fix license classifier (#41) (b331b97) v1.0.1 (2023-09-25) Fix Bump psr to fix CI (#38) (ab09fed) Drop async_timeout on py3.11+ (#37) (fba769f) Do not try to stop notify if read char is missing (#36) (03c84f9) v1.0.0 (2022-10-16) Feature Update for new bleak version (#33) (2be176c) Breaking The set_ble_device function has been renamed set_ble_device_and_advertisement_data and now requires the advertisement_data. (2be176c) The constructor no longer takes a retry count since this does not need to be configurable (2be176c) v0.10.1 (2022-09-15) Fix Handle additional bleak exceptions (#31) (1ff94f7) v0.10.0 (2022-09-13) Feature Update for bleak 0.17 support (#29) (530de76) v0.9.1 (2022-09-11) Fix Typo in bleak-retry-connector min version pin (#28) (8638ab8) v0.9.0 (2022-09-11) Feature Implement smart backoff via bleak-retry-connector (#27) (a7bb1b1) v0.8.5 (2022-09-11) Fix Bump bleak-retry-connector (#26) (ac3823e) v0.8.4 (2022-09-11) Fix Bump bleak-retry-connector (#25) (0ad8e7b) v0.8.3 (2022-09-10) Fix Address property (#24) (b85439f) v0.8.2 (2022-09-10) Fix Bump bleak retry connector (#23) (1fd8778) v0.8.1 (2022-09-10) Fix Bump bleak-retry-connector min version (#22) (2112b18) v0.8.0 (2022-09-10) Feature Export get_device from bleak-retry-connector (#21) (5f41511) v0.7.1 (2022-09-06) Fix Effects on dream models (#20) (b8126c1) v0.7.0 (2022-09-05) Feature Add newly discovered model 0x15 (#17) (3c5f15c) v0.6.0 (2022-09-04) Feature Add support for more protocols (#16) (c7bbb15) v0.5.4 (2022-08-29) Fix W channel not being cleared on rgb set (#15) (048bdff) v0.5.3 (2022-08-29) Fix Brightness (#14) (01dcf7b) v0.5.2 (2022-08-29) Fix Missing exports (#13) (911c2a0) v0.5.1 (2022-08-29) Fix Cleanups (#12) (9d3ae2a) v0.5.0 (2022-08-29) Feature Add rgbw support (#11) (14ae97b) v0.4.2 (2022-08-29) Fix Add log (#10) (d95fc61) v0.4.1 (2022-08-29) Fix Add state to log (#9) (ee85bdd) v0.4.0 (2022-08-29) Feature Add model data (#8) (6df04cf) v0.3.0 (2022-08-29) Feature Add white channel (#7) (3112249) v0.2.2 (2022-08-29) Fix Remove scaling (#6) (89ac78e) v0.2.1 (2022-08-29) Fix Fix disconnect (#5) (44f79ee) v0.2.0 (2022-08-29) Feature Add example (#4) (9d25f2a) v0.1.0 (2022-08-29) Feature First release (#3) (0875dc4) Build out the class (#2) (f70c1a3) Fix Ci (#1) (dba3484)