Skip to content

Releases: Breina/ha-artnet-led

v0.1.21: Fix compatibility with HA version 2025.3

17 Mar 11:49
Compare
Choose a tag to compare
  • Fixes #56
  • Removes warning 2024-03-12 14:48:21.339 WARNING (MainThread) [homeassistant.components.light] light.empf_licht_tube_1 (<class 'custom_components.artnet_led.light.DmxWhite'>) sets invalid supported color modes {<ColorMode.WHITE: 'white'>, <ColorMode.COLOR_TEMP: 'color_temp'>}, this will stop working in Home Assistant Core 2025.3, please create a bug report at https://github.com/Breina/ha-artnet-led/issues

v0.1.20: Support HA 2025.1

17 Feb 23:28
Compare
Choose a tag to compare
  • Use LightEntityFeature and ColorMode features instead of constant numbers.

Fix #52

v0.1.19: Fix RGBW light TypeError: 'tuple' object does not support item assignment

26 Nov 10:51
Compare
Choose a tag to compare

v0.1.18: Fix lights reacting slow after a while when using ArtNet server

23 Nov 07:56
Compare
Choose a tag to compare

v0.1.17: Fix RGBWW lights blocking startup

23 Aug 10:35
Compare
Choose a tag to compare

Due to small refactor, the format of RGBWW lights is updated in a small way.

Small inconvenience: the old state of the RGBWW lights is disregarded, so they will be on full-white when first upgrading.

v0.1.16: Fix small regression in restore_state

11 Aug 08:22
Compare
Choose a tag to compare

v0.1.15: Bugfixes and HS color support

02 Aug 16:53
Compare
Choose a tag to compare
  • Fix color temp being inaccurate for low brightness RGBWW lights
  • Swap t and T that was inverted by mistake
  • Support HS color mode from service calls

v0.1.14: Fix color temperature in RGBWW lights

02 Aug 09:44
Compare
Choose a tag to compare

When using t or T in the channel_setup of an rgbww light, its values would be previously completely wrong and differs from a color_temp light. This fix aligns the two (apart from rounding errors >.<).

v0.1.13: Add hue and saturaion

31 Jul 18:50
Compare
Choose a tag to compare

You can now send hue/saturation to DMX instead of RGB.

v0.1.12: Better default port for sACN and Art-Net controller tweaks

09 Jul 11:23
Compare
Choose a tag to compare
  • Use better default ports for non-Art-Net protocols. (Fix #38)
  • Increase stale node timeout so that nodes don't need to be rediscovered as often
  • Disable warning when receiving OP_SYNC, as a controller does not need to take action (Related to #40)