fixed weather-lightning icon (#1684)

This commit is contained in:
randellhodges 2018-09-20 03:19:04 -05:00 committed by Paulus Schoutsen
parent 62a68890d3
commit d517cad6e6
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',