Android 1.7.2 forcing caps on device tile labels?

I just changed my power meter device type from W to mW (watts to milli watts) but when I changed my tile to read
valueTile(“power”, “device.power”, decoration: “flat”) {
state “default”, label:’${currentValue} mW’
}

the display was 200MW That’s mega watts not Milli Watts :smile:

But I can’t seem to get the tiles to display lower case correctly.

Why would ST be forcing upper case on labels ?

I am pretty sure tiles used to be able to display lower case. Did this happen in android 1.7.2 ?

1 Like

To annoy us.

Well… I’m annoyed. :confounded: