Skip to content

Commit

Permalink
Fix mdi:weather-partlycloudy
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Feb 21, 2021
1 parent 3a55630 commit adaa687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/gismeteo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"wind_bearing": ["Wind bearing", DEGREE, "mdi:weather-windy"],
"humidity": ["Humidity", PERCENTAGE, "mdi:water-percent"],
"pressure": ["Pressure", PRESSURE_HPA, "mdi:gauge"],
"clouds": ["Cloud coverage", PERCENTAGE, "mdi:weather-partlycloudy"],
"clouds": ["Cloud coverage", PERCENTAGE, "mdi:weather-partly-cloudy"],
"rain": ["Rain", LENGTH_MILLIMETERS, "mdi:weather-rainy"],
"snow": ["Snow", LENGTH_MILLIMETERS, "mdi:weather-snowy"],
"storm": ["Storm", None, "mdi:weather-lightning"],
Expand Down

0 comments on commit adaa687

Please sign in to comment.