mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
fixed weather-lightning icon (#1684)
This commit is contained in:
parent
62a68890d3
commit
d517cad6e6
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user