Hue items don't pick up name

Hi,

I have the following item definition for a Hue bulb:

Switch Light_LR_Bulb1       "Bulb 1"                 (Ligths_Control, Lights_LR)    {channel="hue:0210:00178828ef10:1:color"}
Dimmer Light_LR_Bulb1_BR    "Bulb 1 Brightness [%s]" (Ligths_Control, Lights_B_LR)	{channel="hue:0210:00178828ef10:1:color"}
Color  Light_LR_Bulb1_CT    "Bulb 1 Color [%s]"      (Ligths_Control)         	    {channel="hue:0210:00178828ef10:1:color"} 
Dimmer Light_LR_Bulb1_T     "Bulb 1 Color Temp [%s]" (Ligths_Control)         	    {channel="hue:0210:00178828ef10:1:color_temperature"} 


Frame {  
	Switch item=Light_LR_Bulb1  
	Slider item=Light_LR_Bulb1_BR   
	Colorpicker item=Light_LR_Bulb1_CT
	Slider item=Light_LR_Bulb1_T
}

But strangely it gets displayed as follows:

Wondering if anyone knows why it does not pick up the correct name and icon.

Ignore this, a restart solved the problem!