Sensor and gauge card not working

I installed the 0.80 update and wanted to trie the new sensor and gauge card, however both of the cards are note working with a sensor entity. Is anyone else Experiencing the same problem?

1 Like

@legoracers Same here. Updated to 0.80, “Unknown card type encountered: sensor.”

  • type: sensor
    entity: sensor.entryway_thermostat_home_temperature
    name: Main Floor Temperature

After a second restart it started working. Also running docker by chance?

Yes. Running in a docker on unRAID.

Restarted docker image, still not working.

I am running in docker too, maybe docker image related?

I restarted the docker several times. I restarted via developer tools inside HASS as well. It is no longer erroring out, but I am only shown the value, no graph or line.

      - type: sensor
    entity: sensor.entryway_thermostat_home_temperature
    name: Main Floor Temperature
    graph: line
    line_color: "#3498db"

I was able to get the lines to show on the graph. I had to reenable ‘history:’ in the configuration.yaml. Thank you @legoracers