Skip to content

Releases: k0rventen/avea

v1.6.1

07 Nov 09:00
ae377d7

Choose a tag to compare

What's Changed

  • Add release.published and manual workflow dispatch for Python publish by @pattyland in #23
  • Relax bleak requirement to support HA's pin by @pattyland in #24

Full Changelog: v1.6.0...v1.6.1

v1.6.0

29 Oct 15:18
dd05ba8

Choose a tag to compare

Avea 1.6.0 release highlights

  • Swapped the BLE backend from bluepy to bleak, adding cross-platform connectivity (Linux/macOS) and more resilient connections via bleak-retry-connector.
  • Reworked the connection pipeline: cached devices, shared async event loop, connection reuse, and improved error logging.
  • Overhauled smooth transitions: capped effective FPS to avoid flooding the bulb, interpolate directly in 12-bit colour space with a cosine easing curve, and confirm the final frame so fades complete on time.

What's Changed

Full Changelog: v1.5.2...v1.6.0

minor changes & bug fixes

10 Jan 15:39
60c0007

Choose a tag to compare

Changelog :

  • adds the License to the module files (#14 and #15), thx @fabaff for the contribution.
  • Fixes some alerts from LGTM regarding exception handling (commit e970d36)
  • adds the __version__ variable so it can be queried directly from the interpreter (0808deb)

fix for buggy 1.5.1

24 Nov 20:55
b9a9d1c

Choose a tag to compare

This fixes home-assistant/core#43568 by merging #13.

Version bumped to 1.5.1

first automated release to pypi

27 Oct 08:41
9ee0f65

Choose a tag to compare