Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 99217

Mini Graph Card Question/Error

$
0
0

@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.
Screenshot from 2020-05-27 15-33-24

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

Read full topic


Viewing all articles
Browse latest Browse all 99217

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>