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
d90266e1ad
commit
e35970dfcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue