Radial size

Is the radial widget only 1x1 “compatible” ?

By the way, is it possible to leave out the leading zero in the sensor value?

I have configured it to be 3x3, but this is the result:

Using HA 0.69.1 and AppDaemon 1.1.0

Thanks in advance for any help :slight_smile:

Give this setting a try:
garage_mqtt_temperature:
Preformatted text` widget_type: temperature
entity: sensor.garage_mqtt_temperature
settings:
minValue: 65
maxValue: 95
width: 153
height: 188
majorTicks: [55,60,75,95]
highlights: [{‘from’: 55, ‘to’: 58, ‘color’: ‘rgba(0,0, 255, .3)’},{‘from’: 64, ‘to’: 68, ‘color’: ‘rgba(255, 0, 0, .3)’}]

2 Likes

all other settings that would work can be found here:

1 Like

thanks for the help, @mistrovly and @ReneTode !

1 Like