@carltonb wrote:
I have installed the mini-graph-card-bundle through HACS.
It is listed appropriately in the ui-lovelace file.This is what I get when I reload HA.
Here is my code.
# # Atmospheric Quality # - type: "custom:vertical-stack-in-card" cards: - type: 'custom:mini-graph-card' entities: - entity: sensor.aqi align_state: 'right' decimals: 0 height: 50 hour24: false unit: 'AQI' color_thresholds: - value: 0 color: '#00e400' - value: 51 color: '#ffff00' - value: 101 color: '#ff7e00' - value: 151 color: '#ff0000' - value: 201 color: '#990049' - value: 301 color: '#4c0026' show: fill: 'fade' icon: false labels: true name: false points: true
What is incorrect to give me that final output.
Also what are the two “0”'s on the bottom. First time I have ever seen them.
Thanks for the help
Posts: 1
Participants: 1