Releases: Breina/ha-artnet-led
Releases · Breina/ha-artnet-led
v0.1.21: Fix compatibility with HA version 2025.3
- 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
- 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
v0.1.18: Fix lights reacting slow after a while when using ArtNet server
Also fixes it blocking startup for a while
v0.1.17: Fix RGBWW lights blocking startup
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
v0.1.15: Bugfixes and HS color support
- Fix color temp being inaccurate for low brightness RGBWW lights
- Swap
t
andT
that was inverted by mistake - Support HS color mode from service calls
v0.1.14: Fix color temperature in RGBWW lights
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
You can now send hue/saturation to DMX instead of RGB.