From a042cd2d48ae2c6f03fdae1c9c30cdfa1d7b6b28 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 9 Aug 2019 13:15:58 -0700 Subject: [PATCH] Fix icon build --- src/cards/ha-weather-card.js | 2 +- src/dialogs/more-info/controls/more-info-weather.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cards/ha-weather-card.js b/src/cards/ha-weather-card.js index df593e3243..3a86d465e1 100644 --- a/src/cards/ha-weather-card.js +++ b/src/cards/ha-weather-card.js @@ -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", diff --git a/src/dialogs/more-info/controls/more-info-weather.js b/src/dialogs/more-info/controls/more-info-weather.js index cc47677f73..bbf7f97f11 100644 --- a/src/dialogs/more-info/controls/more-info-weather.js +++ b/src/dialogs/more-info/controls/more-info-weather.js @@ -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",