Hi
My HADashboard weather has too much info on it and Id like just the nice icon and the actual temp in larger font and remove humidity and the like
is this possible?
thanks
Hi
My HADashboard weather has too much info on it and Id like just the nice icon and the actual temp in larger font and remove humidity and the like
is this possible?
thanks
Hi @buzurk, you can use font-size 0% for sub_style.
weather:
widget_type: weather
unit: "°C"
main_style: "color: orange; font-size: 80%;"
sub_style: "color: white; font-size: 0%;"
Thanks heaps, that fixed it