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",