From 76fec331c45d712d92f66c9b8805881c85abf779 Mon Sep 17 00:00:00 2001 From: Max Chodorowski Date: Sun, 17 Dec 2023 19:34:08 +0000 Subject: [PATCH] Fixed color config in hdd example --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 25441559..2a2f994c 100644 --- a/README.md +++ b/README.md @@ -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