Hi,
Got a card and trying to monitor various UPS loads. Not sure why but the icon presented for the last two things I am monitoring is incorrect. The first three are fine.m Ideas?
type: custom:vertical-stack-in-card
cards:
- type: markdown
card_mod:
style: |
ha-card {
font-size: 15px;
margin-bottom: -10px;
border-bottom: none;
border-radius: 10px 10px 0px 0px;
content: UPS Loads
- type: custom:bar-card
direction: right
entities:
- color: Red
entity: sensor.ups_load_office
name: 'Ubiquiti '
- color: Blue
entity: sensor.ups_load_lr
name: 'Living Room '
- color: Green
entity: sensor.ups_load_office
name: 'Desktop '
- color: Peru
entity: sensor.bedroom_ups_load
name: 'Bedroom '
- color: darkcyan
entity: sensor.baseups_load
name: 'Basement '
height: 30px
max: 100
min: 0
padding: 2px
title_position: bottom
icon_position: inside
unit_of_measurement: '%'
width: 100%