From 1e51b0485bb0d28af9d1096ed12146b767c002e7 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sat, 15 Nov 2025 13:08:54 +0000 Subject: [PATCH] refactor(const): update icon for 'off_no_future' state in BINARY_SENSOR_ICON_MAPPING --- custom_components/tibber_prices/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tibber_prices/const.py b/custom_components/tibber_prices/const.py index 7ece662..fa7cb0e 100644 --- a/custom_components/tibber_prices/const.py +++ b/custom_components/tibber_prices/const.py @@ -326,7 +326,7 @@ BINARY_SENSOR_ICON_MAPPING = { "peak_price_period": { "on": "mdi:alert-circle", "off": "mdi:shield-check", # Has future periods - "off_no_future": "mdi:shield-check-outline", # No future periods today + "off_no_future": "mdi:sleep", # No future periods in next 6h }, }