Skip to content

Releases: 8none1/lednetwf_ble

v.0.0.14.2

27 Jan 13:13
Compare
Choose a tag to compare

Following a number of silly mistakes with the previous releases, this one includes missing translations, a correctly bumped version number and a small linting fix.

What's Changed

NOTE: If your devices fail to work after upgrade you will need to delete and re-add them
This is to ensure that device metadata is added correctly at discovery. We try to maintain support for previously added items, but there are known edge cases with devices which do not publish their firmware versions correctly. Removing and re-adding should sort this out.

This release moves to a modular configuration for supported devices. This should allow us to more easily support new models in the future.

Please log issues with any problems you encounter.

Full Changelog: v0.0.12...v.0.0.14.2

v0.0.14.1

25 Jan 19:25
Compare
Choose a tag to compare

Lack of testing strikes again! Let's try this release one more time...

What's Changed

NOTE: If your devices fail to work after upgrade you will need to delete and re-add them
This is to ensure that device metadata is added correctly at discovery. We try to maintain support for previously added items, but there are known edge cases with devices which do not publish their firmware versions correctly. Removing and re-adding should sort this out.

This release moves to a modular configuration for supported devices. This should allow us to more easily support new models in the future.

Please log issues with any problems you encounter.

Full Changelog: v0.0.12...v0.0.14

v0.0.14

25 Jan 18:33
Compare
Choose a tag to compare

What's Changed

NOTE: If your devices fail to work after upgrade you will need to delete and re-add them
This is to ensure that device metadata is added correctly at discovery. We try to maintain support for previously added items, but there are known edge cases with devices which do not publish their firmware versions correctly. Removing and re-adding should sort this out.

This release moves to a modular configuration for supported devices. This should allow us to more easily support new models in the future.

Please log issues with any problems you encounter.

Full Changelog: v0.0.12...v0.0.14

v0.0.14-beta.2

16 Jan 20:01
Compare
Choose a tag to compare
v0.0.14-beta.2 Pre-release
Pre-release

Full Changelog: v0.0.14-beta.1...v0.0.14-beta.2

Add support for 0x5b devices (cct strips)

v0.0.140beta.1

28 Dec 14:46
Compare
Choose a tag to compare
v0.0.140beta.1 Pre-release
Pre-release

Next beta release fixes a bunch of errors from the previous beta and tries to be more robust in Docker installs with strange file locations.

Full Changelog: v0.0.13.beta.1...v0.0.14-beta.1

v0.0.13.beta.1

14 Dec 09:10
Compare
Choose a tag to compare
v0.0.13.beta.1 Pre-release
Pre-release

Beta Release

This release enables us to support multiple hardware revisions and new protocols found on newer devices.

It is currently in testing. If you find a bug please report it!

Full Changelog: v0.0.12...v0.0.13.beta.1

v0.0.12

08 Nov 22:55
dfbf20e
Compare
Choose a tag to compare

What's Changed

  • HA 2025.3 deprecated warning fix #25

Full Changelog: v0.0.10...v0.0.12

v0.0.10

23 Jun 13:36
45e6e42
Compare
Choose a tag to compare

What's Changed

  • Add support for LED strips (as well as the circle lights) which run a different version of the firmware.
  • Add support for setting LED configuration such as color ordering, LED type, LED count
  • Add support for setting effects speed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

20 Mar 09:14
b91fb18
Compare
Choose a tag to compare

What's Changed

  • Better handle re-adding devices by @8none1 in #15

Full Changelog: v0.0.8...v0.0.9

v0.0.8

13 Mar 12:02
0552964
Compare
Choose a tag to compare
  • Add some bounds checking for notifications from device to better deal with various other models of this controller. Fixes #12