Skip to content

Commit adaa687

Browse files
committed
Fix mdi:weather-partlycloudy
1 parent 3a55630 commit adaa687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/gismeteo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"wind_bearing": ["Wind bearing", DEGREE, "mdi:weather-windy"],
9999
"humidity": ["Humidity", PERCENTAGE, "mdi:water-percent"],
100100
"pressure": ["Pressure", PRESSURE_HPA, "mdi:gauge"],
101-
"clouds": ["Cloud coverage", PERCENTAGE, "mdi:weather-partlycloudy"],
101+
"clouds": ["Cloud coverage", PERCENTAGE, "mdi:weather-partly-cloudy"],
102102
"rain": ["Rain", LENGTH_MILLIMETERS, "mdi:weather-rainy"],
103103
"snow": ["Snow", LENGTH_MILLIMETERS, "mdi:weather-snowy"],
104104
"storm": ["Storm", None, "mdi:weather-lightning"],

0 commit comments

Comments
 (0)