History Card showing current readings even if unavailable since new core update

Hi, since the latest core upgrade, the history card is now showing:

  1. current values in the key;
  2. unavailable items in the key.

Neither were showing before. Showing the current values in the key, means that it takes up more space. The unavailable items simply did not show up in the key, which meant that the key was effectively taking up less space.

I want the key to be smaller, so I can see the graph better. Here is an image of what I have now following this update.

Is there a way to:

  1. not show the current values in the key;
  2. not show unavailable items at all in the key;
  3. reduce the font size of the key.

Thanks

maybe an tamplate sensor…
do you have an entity that says the state at time you want?

Hi jan-tdy, thanks for replying. I’m not sure I understand your comment. In the screenshot, you can see it shows “Study 21%” for example. Before this update, it would simply say “Study”, thus taking up less space. The two “Lounge… Unavailable” ones weren’t there before this core update, so taking up no space. If they are not available, I don’t want them to show at all.

Then the key would be much smaller and the graph would have more space…

Thanks

oh, i understand now.
did you tried Mini Graph Card?
in standart card you can filter out unavliable like that:

type: entity-filter
entities:
  - sensor.your_entity
state_filter:
  - operator: "!="
    value: "unavailable"
card:
  type: history-graph

Thanks Jan! That looks better… :slight_smile:

1 Like