mirror of
https://github.com/home-assistant/core.git
synced 2026-03-04 00:30:26 +00:00
* Fix for OSRAM lights connected to hue bridge Do not send command "effect = none" to OSRAM lights Osram lights connected to a hue bridge do not seem to handle "effect = none" very well. Most of the times they jump to the selected color and then change to red within a second. Osram lights connected to a hue bridge do not handle xy values outside of their gamut. Since they just stay at their old color value, handling the UI is very unpredictable. Sending HSV values to the lights fixes this. * Add tests for new util methods