From d517cad6e63b646b737dc5f90102b102e6fa25bd Mon Sep 17 00:00:00 2001 From: randellhodges Date: Thu, 20 Sep 2018 03:19:04 -0500 Subject: [PATCH] fixed weather-lightning icon (#1684) --- 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 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',