[solved] Can't change SET temperature formatting in climate widget

Tried all possible options, but it seems i can’t change the “set to temperature”. It remains blue colored no matter what it do.

Those are the options available:

#widget_style
#icon_up
#icon_down
#title_style
#title2_style
#text_style
#level_style
#level_up_style
#level_down_style

Which one is the correct one?
On the other end “text_style” doesn’t seem to change anything at all.

image

These are my settings:

thermostat:
    widget_type: climate
    title: Thermostat
    widget_style: "color: white; font-size: 120%;" # gilt für alles
    title_style: "color: yellow; font-size: 150%;" # Text Thermostat
    level_style: "color: white; font-weight: bold;" # Wert in der Mitte 
    text_style: "color: yellow; font-weight: bold;" # ???
    units: "C"
    step: 0.5
    precision: 1
    entity: climate.heizung

i think its the undocumented level2_style

@ReneTode. Excellent. That’s it. Thanks a lot!
May i ask why you know that? Is there an easy way to find out? Documentation is there in most cases, but if i could help myself this would be even better.

1 Like
  1. i am helping people with dashboard and appdaemon for over 2 years now, then you pickup some stuff.
  2. i am helping the developer
  3. if i have doubt, i know where to look at the code (in the base widget html file you can find pointers about the style)

that all doesnt mean i know it all. even i sometimes get suprised by options that other users do use, and that are somehow not in the docs.
this one i already have seen before and i forgot to make a pr to add it to the docs.

So your help is even more appreciated! :slight_smile: Thanks a lot! Be prepared to some more questions from my side. I got some more issues :wink:

1 Like

your welcome.
any question in the HAdashboard and appdaemon section i will always answer as soon as possible.
so i am happy to help you with other issues.

1 Like