mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +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',
|
cloudy: 'hass:weather-cloudy',
|
||||||
fog: 'hass:weather-fog',
|
fog: 'hass:weather-fog',
|
||||||
hail: 'hass:weather-hail',
|
hail: 'hass:weather-hail',
|
||||||
lightning: 'mid:weather-lightning',
|
lightning: 'hass:weather-lightning',
|
||||||
'lightning-rainy': 'hass:weather-lightning-rainy',
|
'lightning-rainy': 'hass:weather-lightning-rainy',
|
||||||
partlycloudy: 'hass:weather-partlycloudy',
|
partlycloudy: 'hass:weather-partlycloudy',
|
||||||
pouring: 'hass:weather-pouring',
|
pouring: 'hass:weather-pouring',
|
||||||
|
@ -121,7 +121,7 @@ class MoreInfoWeather extends LocalizeMixin(PolymerElement) {
|
|||||||
cloudy: 'hass:weather-cloudy',
|
cloudy: 'hass:weather-cloudy',
|
||||||
fog: 'hass:weather-fog',
|
fog: 'hass:weather-fog',
|
||||||
hail: 'hass:weather-hail',
|
hail: 'hass:weather-hail',
|
||||||
lightning: 'mid:weather-lightning',
|
lightning: 'hass:weather-lightning',
|
||||||
'lightning-rainy': 'hass:weather-lightning-rainy',
|
'lightning-rainy': 'hass:weather-lightning-rainy',
|
||||||
partlycloudy: 'hass:weather-partlycloudy',
|
partlycloudy: 'hass:weather-partlycloudy',
|
||||||
pouring: 'hass:weather-pouring',
|
pouring: 'hass:weather-pouring',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user