Cant change rgb color saturation from homekit

I added some hue lights to my setup and can control them well from my openHAB UIs, However when i try to adjust them from the Home app i can only change hue and brightness. When i use the color wheel in the Home app it glitches to the color is select and then to the saturation that is selected in the PaperUI. Also Siri cant change the light color, she changes it for half a second and then it returns to the previous color.

Here are my config files:

//Items File

Switch Demo_Switch “Demo Switch” [“Switchable”]
Color Demo_Light “Demo Light” [“Lighting”]

//Sitemap File

sitemap home label=“Home”
{
Frame label=“Demo”
{
Switch item=Demo_Switch
Colorpicker item=Demo_Light
}
}