@hollow plinth @warped fern So... you guys are really going to hate me, but I figured out the problem with the bar card... The card does support negative numbers. The problem was the from: and to: for each severity level. from: has to be the smaller number; to: has to be the larger number. ```yaml
- from: 0
to: -39.9999
color: green``` -39.999 is smaller than 0...