Fix color ranges for gauge cards

This commit is contained in:
2025-11-10 22:38:14 -05:00
parent bdb82c87fa
commit cb8ffaed51

View File

@@ -4193,7 +4193,8 @@ views:
state: 'on' state: 'on'
- type: custom:battery-state-card - type: custom:battery-state-card
icon: mdi:harddisk icon: mdi:harddisk
color_thresholds: colors:
steps:
- value: 26 - value: 26
color: blue color: blue
- value: 50 - value: 50
@@ -4961,7 +4962,8 @@ views:
state: 'on' state: 'on'
- type: custom:battery-state-card - type: custom:battery-state-card
icon: mdi:harddisk icon: mdi:harddisk
color_thresholds: colors:
steps:
- value: 26 - value: 26
color: blue color: blue
- value: 50 - value: 50
@@ -5292,7 +5294,8 @@ views:
state: 'on' state: 'on'
- type: custom:battery-state-card - type: custom:battery-state-card
icon: mdi:harddisk icon: mdi:harddisk
color_thresholds: colors:
steps:
- value: 26 - value: 26
color: blue color: blue
- value: 50 - value: 50
@@ -5584,7 +5587,8 @@ views:
heading_style: subtitle heading_style: subtitle
- type: custom:battery-state-card - type: custom:battery-state-card
icon: mdi:harddisk icon: mdi:harddisk
color_thresholds: colors:
steps:
- value: 26 - value: 26
color: blue color: blue
- value: 50 - value: 50