Fix partly cloudy (#26277)
This commit is contained in:
parent
25961df548
commit
66b905776b
2 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ SENSORS = {
|
|||
"V_DIMMER": ["%", "mdi:percent"],
|
||||
"V_PERCENTAGE": ["%", "mdi:percent"],
|
||||
"V_PRESSURE": [None, "mdi:gauge"],
|
||||
"V_FORECAST": [None, "mdi:weather-partlycloudy"],
|
||||
"V_FORECAST": [None, "mdi:weather-partly-cloudy"],
|
||||
"V_RAIN": [None, "mdi:weather-rainy"],
|
||||
"V_RAINRATE": [None, "mdi:weather-rainy"],
|
||||
"V_WIND": [None, "mdi:weather-windy"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue