Closed microraptor closed 2 years ago
type: entities entities: - type: custom:mini-graph-card
Do not think this is a proper use. Try using a custom:stack-in-card with required settings:
Thanks, that works perfectly.
The code (vertical-stack-in-card has to be installed through HACS):
type: custom:vertical-stack-in-card
cards:
- type: custom:mini-graph-card
entities:
- sensor.example1
- sensor.example2
show:
name: false
icon: false
state: false
legend: false
Is it possible to use mini-graph-card as a graph in the footer of an entities card somehow, instead of the normal graph element?
It is possible to use the mini-graph-card as last entity in the entities card, but then there are these paddings at the sides and bottom :
Instead it would be nice to have it look like the standard footer graph element (but with the mini-graph-card options like two lines):