We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a55630 commit adaa687Copy full SHA for adaa687
custom_components/gismeteo/const.py
@@ -98,7 +98,7 @@
98
"wind_bearing": ["Wind bearing", DEGREE, "mdi:weather-windy"],
99
"humidity": ["Humidity", PERCENTAGE, "mdi:water-percent"],
100
"pressure": ["Pressure", PRESSURE_HPA, "mdi:gauge"],
101
- "clouds": ["Cloud coverage", PERCENTAGE, "mdi:weather-partlycloudy"],
+ "clouds": ["Cloud coverage", PERCENTAGE, "mdi:weather-partly-cloudy"],
102
"rain": ["Rain", LENGTH_MILLIMETERS, "mdi:weather-rainy"],
103
"snow": ["Snow", LENGTH_MILLIMETERS, "mdi:weather-snowy"],
104
"storm": ["Storm", None, "mdi:weather-lightning"],
0 commit comments