From 4e383e3e67b6871454bfdf0cdd8d804a12f2abe5 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Tue, 3 Sep 2019 05:31:54 -0400 Subject: [PATCH] add exceptional icon (#3572) --- src/cards/ha-weather-card.js | 1 + src/dialogs/more-info/controls/more-info-weather.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/cards/ha-weather-card.js b/src/cards/ha-weather-card.js index 3a86d465e1..52caa5afae 100644 --- a/src/cards/ha-weather-card.js +++ b/src/cards/ha-weather-card.js @@ -281,6 +281,7 @@ class HaWeatherCard extends LocalizeMixin(EventsMixin(PolymerElement)) { this.weatherIcons = { "clear-night": "hass:weather-night", cloudy: "hass:weather-cloudy", + exceptional: "hass:alert-circle-outline", fog: "hass:weather-fog", hail: "hass:weather-hail", lightning: "hass:weather-lightning", diff --git a/src/dialogs/more-info/controls/more-info-weather.js b/src/dialogs/more-info/controls/more-info-weather.js index bbf7f97f11..a9309905cd 100644 --- a/src/dialogs/more-info/controls/more-info-weather.js +++ b/src/dialogs/more-info/controls/more-info-weather.js @@ -158,6 +158,7 @@ class MoreInfoWeather extends LocalizeMixin(PolymerElement) { this.weatherIcons = { "clear-night": "hass:weather-night", cloudy: "hass:weather-cloudy", + exceptional: "hass:alert-circle-outline", fog: "hass:weather-fog", hail: "hass:weather-hail", lightning: "hass:weather-lightning",