mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 14:56:37 +00:00
add exceptional icon (#3572)
This commit is contained in:
parent
0e82178973
commit
4e383e3e67
@ -281,6 +281,7 @@ class HaWeatherCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
|||||||
this.weatherIcons = {
|
this.weatherIcons = {
|
||||||
"clear-night": "hass:weather-night",
|
"clear-night": "hass:weather-night",
|
||||||
cloudy: "hass:weather-cloudy",
|
cloudy: "hass:weather-cloudy",
|
||||||
|
exceptional: "hass:alert-circle-outline",
|
||||||
fog: "hass:weather-fog",
|
fog: "hass:weather-fog",
|
||||||
hail: "hass:weather-hail",
|
hail: "hass:weather-hail",
|
||||||
lightning: "hass:weather-lightning",
|
lightning: "hass:weather-lightning",
|
||||||
|
@ -158,6 +158,7 @@ class MoreInfoWeather extends LocalizeMixin(PolymerElement) {
|
|||||||
this.weatherIcons = {
|
this.weatherIcons = {
|
||||||
"clear-night": "hass:weather-night",
|
"clear-night": "hass:weather-night",
|
||||||
cloudy: "hass:weather-cloudy",
|
cloudy: "hass:weather-cloudy",
|
||||||
|
exceptional: "hass:alert-circle-outline",
|
||||||
fog: "hass:weather-fog",
|
fog: "hass:weather-fog",
|
||||||
hail: "hass:weather-hail",
|
hail: "hass:weather-hail",
|
||||||
lightning: "hass:weather-lightning",
|
lightning: "hass:weather-lightning",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user