What am I missing? Dual Gauge Card bug?

Shouldn’t the UV bar (the outside bar) be red? What am I missing?

I’m using the dual gauge HACS card. I was able to get red to show on the AQI (Inner Bar) but, for some reason it refuses to show on the outer bar.

Don’t show screen shots show us the code in the right format

As some of use would paste it in ours and see what you are doing and some of would even paste code in and make part of there stuff

My apologies.

Here is the code:

type: 'custom:dual-gauge-card'
title: UV/AQI
outer:
  entity: sensor.weatherbit_uv_index
  label: UV
  min: 0
  max: 12
  colors:
    - color: purple
      value: 11
    - color: red
      vslue: 8
    - color: orange
      value: 6
    - color: yellow
      value: 3
    - color: green
      value: 0
inner:
  entity: sensor.weatherbit_air_quality
  label: AQI
  min: 0
  max: 500
  colors:
    - color: maroon
      value: 301
    - color: purple
      value: 201
    - color: red
      value: 151
    - color: orange
      value: 101
    - color: yellow
      value: 51
    - color: green
      value: 0

If I set the state to something like 8.5 it still shows as orange, which doesn’t seem correct.

Look At your spelling

vslue

Hmm… interesting. It seems that spellcheck is disabled in the form box. I mean, I shouldn’t’ve needed it, but still.

Tested and confirmed.

Thank you.

Al good bro

See what happens when u paste code it’s not just male eye looking at it then lol