Display Non updated entities value within history-graph

type: history-graph lovelace card does not display the entities which has not been updated within the hours_to_show: value for the declared entities:

Is there a way to display the last value of the entities even if it is not in the display interval of the graph?

Thanks

Hi, @palinf Oliver
Some ideas:

  • Use proxi entity that timely posts f.e every hour the last state (more easy)
  • Update existing entity, try looking here

Here are to graphs of the same sensor:

type: vertical-stack
cards:
  - type: history-graph
    hours_to_show: 72
    entities:
      - entity: sensor.ha_count_input_number
    refresh_interval: 0
  - type: history-graph
    hours_to_show: 24
    entities:
      - entity: sensor.ha_count_input_number
    refresh_interval: 0

Both graphs are displayed - and the 2nd graph shows a fixed value.
What do you mean by “card does not display the entities which has not been updated” ?