The colors now natively defined by the RGB values. This defines the hue of the color more exactly, and the bulb now shows the correct brightness.
This was moved backwards from the HASS integration in wiz_light.
0.4.8
Fix some issues and do some caching improvements.
0.4.7
Now the support for dynamic kelvin ranges for the different bulb types are back. This was change beginning from bulb FW 1.22 and later. Backward compatibility was added.
0.4.6
In the bulb firmware 1.22.x the kelvin ranges are removed. This breaks the automated detection of the kelvin ranges for TW or RGB bulbs.
This is a workaround with an fallback to 2500 - 6500k.
0.4.5
Added auto detection of bulb features. There is no static bulb library needed anymore. All features will be mapped dynamically an can be looked up via get_Bulbconfig.
You can now initialize the bulb with the "connect_on_init" bool value to trigger a connection test. Only one UDP package will be send! Default is false.