Closed pdwonline closed 2 years ago
Relates to #502, this is currently (indeed) not possible
Related to https://github.com/kalkih/mini-graph-card/issues/697
Currently this may be achieved by placing the mini-graph-card
("MGC") into config-template-card
("CTC"):
CTC::entities
option - otherwise the graph will not reflect the changing sensors.CTC::variables
option - add a variable for "now().hour |int(0)" but written on JS.MGC::hours_to_show
option.May be based on the same approach: https://github.com/kalkih/mini-graph-card/issues/363 https://github.com/kalkih/mini-graph-card/issues/77
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this is still an active issue, please let us know!
I want to show only todays values and hoped to manipulate the hours_to_show parameter with a template to only show up to the current hour like this:
Unforunately it didn's work. How can I achieve this? Or is this a feature request?