Skip to content

Commit

Permalink
Fix missing DarkSky mdi icon (home-assistant#26274)
Browse files Browse the repository at this point in the history
* Fix missing DarkSky mdi icon

Fix mdi icon for DarkSky

* fix icon

* Update weather.py
  • Loading branch information
mbo18 authored and balloob committed Aug 29, 2019
1 parent 66b9057 commit 6a02fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/darksky/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"%",
"%",
"%",
"mdi:weather-partlycloudy",
"mdi:weather-partly-cloudy",
["currently", "hourly", "daily"],
],
"humidity": [
Expand Down Expand Up @@ -380,11 +380,11 @@
"cloudy": ["/static/images/darksky/weather-cloudy.svg", "mdi:weather-cloudy"],
"partly-cloudy-day": [
"/static/images/darksky/weather-partlycloudy.svg",
"mdi:weather-partlycloudy",
"mdi:weather-partly-cloudy",
],
"partly-cloudy-night": [
"/static/images/darksky/weather-cloudy.svg",
"mdi:weather-partlycloudy",
"mdi:weather-partly-cloudy",
],
}

Expand Down

0 comments on commit 6a02fd5

Please sign in to comment.