Fix icon build

This commit is contained in:
Paulus Schoutsen 2019-08-09 13:15:58 -07:00
parent 8533f9372f
commit a042cd2d48
2 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ class HaWeatherCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
hail: "hass:weather-hail",
lightning: "hass:weather-lightning",
"lightning-rainy": "hass:weather-lightning-rainy",
partlycloudy: "hass:weather-partlycloudy",
partlycloudy: "hass:weather-partly-cloudy",
pouring: "hass:weather-pouring",
rainy: "hass:weather-rainy",
snowy: "hass:weather-snowy",

View File

@ -162,7 +162,7 @@ class MoreInfoWeather extends LocalizeMixin(PolymerElement) {
hail: "hass:weather-hail",
lightning: "hass:weather-lightning",
"lightning-rainy": "hass:weather-lightning-rainy",
partlycloudy: "hass:weather-partlycloudy",
partlycloudy: "hass:weather-partly-cloudy",
pouring: "hass:weather-pouring",
rainy: "hass:weather-rainy",
snowy: "hass:weather-snowy",