From e35970dfcbab7cc4cfb185db0f671e7a72c13150 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Sat, 15 Nov 2025 13:07:04 +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 2442c28..7ece662 100644 --- a/custom_components/tibber_prices/const.py +++ b/custom_components/tibber_prices/const.py @@ -321,7 +321,7 @@ BINARY_SENSOR_ICON_MAPPING = { "best_price_period": { "on": "mdi:piggy-bank", "off": "mdi:timer-sand", # Has future periods - "off_no_future": "mdi:timer-sand-complete", # No future periods today + "off_no_future": "mdi:sleep", # No future periods in next 6h }, "peak_price_period": { "on": "mdi:alert-circle",