diff --git a/src/cards/ha-weather-card.js b/src/cards/ha-weather-card.js index 7978a1625d..38f1a4c5db 100644 --- a/src/cards/ha-weather-card.js +++ b/src/cards/ha-weather-card.js @@ -176,7 +176,7 @@ class HaWeatherCard extends cloudy: 'hass:weather-cloudy', fog: 'hass:weather-fog', hail: 'hass:weather-hail', - lightning: 'mid:weather-lightning', + lightning: 'hass:weather-lightning', 'lightning-rainy': 'hass:weather-lightning-rainy', partlycloudy: 'hass:weather-partlycloudy', pouring: 'hass:weather-pouring', diff --git a/src/dialogs/more-info/controls/more-info-weather.js b/src/dialogs/more-info/controls/more-info-weather.js index 1d9a488a90..b434d36a4f 100644 --- a/src/dialogs/more-info/controls/more-info-weather.js +++ b/src/dialogs/more-info/controls/more-info-weather.js @@ -121,7 +121,7 @@ class MoreInfoWeather extends LocalizeMixin(PolymerElement) { cloudy: 'hass:weather-cloudy', fog: 'hass:weather-fog', hail: 'hass:weather-hail', - lightning: 'mid:weather-lightning', + lightning: 'hass:weather-lightning', 'lightning-rainy': 'hass:weather-lightning-rainy', partlycloudy: 'hass:weather-partlycloudy', pouring: 'hass:weather-pouring',