How to support VoiceOver on Apple Watch complication

Anyone dealt before with Apple Watch complications accessibility?

I'm using CLKComplicationTemplateGraphicCornerGaugeText to display custom data but VoiceOver adds degrees (º) after saying the value. I've tried with accessibilityLabel on CLKTextProvider but doesn't fix it.

Any idea?

Thanks in advance!