alexarch21 / history-explorer-card

A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank graph

Lockie85 opened this issue · comments

Hi,

My previously working card has stopped displaying any information and looks like so:
image

The code behind it is:

type: custom:history-explorer-card
graphs:
  - type: line
    entities:
      - entity: sensor.bedroom_1_temperature_and_humidity_sensor_4
      - entity: sensor.bedroom_2_temperature_and_humidity_sensor_3
      - entity: sensor.bedroom_3_temperature_and_humidity_sensor_2
      - entity: sensor.bedroom_4_temperature_and_humidity_sensor
      - entity: sensor.thermostat_temperature
      - entity: sensor.weather_station_temperature

Do you see any issues with that is defined?

Many Thanks

commented

config syntax seems ok. Check for errors in the HA log and the browser console. Most likely this is from one of the listed entities not being valid. Make sure all the entities listed are actually valid, weren't renamed, check spelling, etc.

I am angry with myself. I checked this multiple times and I thought the sensor names were correct. Turns out one of them was wrong. Argh! Thank you.