mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix icon build
This commit is contained in:
parent
8533f9372f
commit
a042cd2d48
@ -285,7 +285,7 @@ class HaWeatherCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
|||||||
hail: "hass:weather-hail",
|
hail: "hass:weather-hail",
|
||||||
lightning: "hass: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-partly-cloudy",
|
||||||
pouring: "hass:weather-pouring",
|
pouring: "hass:weather-pouring",
|
||||||
rainy: "hass:weather-rainy",
|
rainy: "hass:weather-rainy",
|
||||||
snowy: "hass:weather-snowy",
|
snowy: "hass:weather-snowy",
|
||||||
|
@ -162,7 +162,7 @@ class MoreInfoWeather extends LocalizeMixin(PolymerElement) {
|
|||||||
hail: "hass:weather-hail",
|
hail: "hass:weather-hail",
|
||||||
lightning: "hass: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-partly-cloudy",
|
||||||
pouring: "hass:weather-pouring",
|
pouring: "hass:weather-pouring",
|
||||||
rainy: "hass:weather-rainy",
|
rainy: "hass:weather-rainy",
|
||||||
snowy: "hass:weather-snowy",
|
snowy: "hass:weather-snowy",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user