Yesterday, 06:04
@KoBra
1. For certain data types like scaling and temperature the units/suffix is added automatically if the custom units for the given object are empty. You can set the object units and it will be displayed instead of °C. There's a minor bug in AC/thermostat widgets where main object units are used for status display too. This will be fixed in the next version.
2. You can hide the icon using CSS:
1. For certain data types like scaling and temperature the units/suffix is added automatically if the custom units for the given object are empty. You can set the object units and it will be displayed instead of °C. There's a minor bug in AC/thermostat widgets where main object units are used for status display too. This will be fixed in the next version.
2. You can hide the icon using CSS:
Code:
.widget-thermostat .circularslider-status .icon {
display: none !important;
}