Skip to content

Commit

Permalink
Merge pull request #612 from maxwroc/ColorExampleFix
Browse files Browse the repository at this point in the history
Fixed color config in hdd example
  • Loading branch information
maxwroc authored Dec 17, 2023
2 parents 48b1049 + 76fec33 commit bdd7a59
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,15 +661,16 @@ colors:
type: custom:battery-state-card
title: HDD temperatures
icon: mdi:harddisk
color_thresholds:
- value: 26
color: blue
- value: 36
color: green
- value: 45
color: yellow
- value: 60
color: red
colors:
steps:
- value: 26
color: blue
- value: 36
color: green
- value: 45
color: yellow
- value: 60
color: red
tap_action:
action: more-info
collapse: 3
Expand Down

0 comments on commit bdd7a59

Please sign in to comment.