Statistics diagram: missing date / time selection
Change the date and time of statistics graph cards by selection.
For the energy dashboard, there is already a card for date selection, the so-called "energy-date-selection card", which is equipped with back and next buttons. In future, not only the corresponding energy cards, but also the statistics chart cards in any dashboard will be able to react to changes in the date selection. The corresponding adjustment is already available in the DEV version and is expected to be part of the next Home Assistant release.
This requires the card of type: energy-date-selection and the Statistics-Graph-Card with the option "energy_date_selection: true" reacts to the date change:
cards:
- type: energy-date-selection
- type: statistics-graph
period: hour
chart_type: line
entities:
- sensor.aussen_temperature
title: test
energy_date_selection: true
Currently, the date selection only works for the statistics graph card, but not for the history graph card.
Relevante Kommunikation / Feature-Request auf Github
{{percentage}} % positive