mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
refactor(const): update icon for 'off_no_future' state in BINARY_SENSOR_ICON_MAPPING
This commit is contained in:
parent
e35970dfcb
commit
1e51b0485b
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ BINARY_SENSOR_ICON_MAPPING = {
|
||||||
"peak_price_period": {
|
"peak_price_period": {
|
||||||
"on": "mdi:alert-circle",
|
"on": "mdi:alert-circle",
|
||||||
"off": "mdi:shield-check", # Has future periods
|
"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
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue