title: test
panel: true
cards:
- type: custom:mini-graph-card
entities:
- sensor.balance_daily_power
aggregate_func: max
group_by: date
hours_to_show: 168
show:
graph: bar
With this I get the minimum value per day. The minimum value is a negative value while the max value is positive. What am I doing wrong ?