0.12.0-dev.2
Observe this error in Browser console for ALL entities which were not changed within a selected period:
- DB size did not change within 4 days (> 24 hrs which is a default value for
hours_to_show)
type: custom:mini-graph-card
entities:
- sensor.home_assistant_v2_db_size


- This
input_number helper was not changed for a long time.
Consider this card:
type: vertical-stack
cards:
- type: custom:mini-graph-card
entities:
- input_number.testing_device_class_apparent_power
- type: history-graph
entities:
- entity: input_number.testing_device_class_apparent_power
- type: entities
entities:
- entity: input_number.testing_device_class_apparent_power
Now the graph is not displayed, same errors in the console:


Change the helper's value - then the graph will be displayed w/o errors:

- Any sensor which value was changed more than 15 minutes ago:

0.12.0-dev.2
Observe this error in Browser console for ALL entities which were not changed within a selected period:
hours_to_show)input_numberhelper was not changed for a long time.Consider this card:
Now the graph is not displayed, same errors in the console:


Change the helper's value - then the graph will be displayed w/o errors: