refactor(const): update icon for 'off_no_future' state in BINARY_SENSOR_ICON_MAPPING

This commit is contained in:
Julian Pawlowski 2025-11-15 13:08:54 +00:00
parent e35970dfcb
commit 1e51b0485b

View file

@ -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
},
}