Display as needle gauge? But not everything

Hello everybody, im Karel im a newby with a question.

I have a number of temperature meters and they work well, I can set a meter on my dashboard, nice with the meter and the colors. But the funny thing is I can’t do that for all meters with the battery status. Some people don’t want that and I can’t set it up. They are from the same brand Tuya, same firmware…
When I look in the editor I see, for example:

type: gauge
entity: sensor.dhd_thermometer_temperature
name: DHD CORE TEMP
needle: true
severity:
green: 18
yellow: 40
ed: 55

This temperature works well.
But if I want to set the battery in the same way, I cannot set that, in the editor it looks like this

type: entities
entities:

  • entity: sensor.dhd_thermometer_battery status
    name: Battery status
    title: DHD thermometer.
    state_color: true

I thought I was smart and copied the names of the DH meter into the code of a working battery meter, but then I get the error Entity is non-numeric: sensor.dhd_thermometer_battery status

I have 4 thermometers that indicate the temperature with the meter and the colors. But for only 3 I can display the battery status in the same way.

What can I do to turn the battery into a meter on my dashboard?

IMG_3027 Klein

You seem to be missing an underscore: sensor.dhd_thermometer_battery_status

My bad , a typo.
But that’s not the problem solver …

Post the entity’s information from the States tool