From 6a3a1297ade48ff73486273558f5123543854711 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Fri, 1 May 2020 16:50:49 -0400 Subject: [PATCH] Update Weather images array to hold variants (#5692) --- src/data/weather.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/weather.ts b/src/data/weather.ts index 5eb946cc2e..4fe0919191 100644 --- a/src/data/weather.ts +++ b/src/data/weather.ts @@ -3,22 +3,22 @@ import { HomeAssistant, WeatherEntity } from "../types"; export const weatherImages = { "clear-night": "/static/images/weather/night.png", cloudy: "/static/images/weather/cloudy.png", + fog: "/static/images/weather/cloudy.png", lightning: "/static/images/weather/lightning.png", "lightning-rainy": "/static/images/weather/lightning-rainy.png", partlycloudy: "/static/images/weather/partly-cloudy.png", pouring: "/static/images/weather/pouring.png", rainy: "/static/images/weather/rainy.png", + hail: "/static/images/weather/rainy.png", snowy: "/static/images/weather/snowy.png", + "snowy-rainy": "/static/images/weather/snowy.png", sunny: "/static/images/weather/sunny.png", windy: "/static/images/weather/windy.png", + "windy-variant": "/static/images/weather/windy.png", }; export const weatherIcons = { exceptional: "hass:alert-circle-outline", - fog: "hass:weather-fog", - hail: "hass:weather-hail", - "snowy-rainy": "hass:weather-snowy-rainy", - "windy-variant": "hass:weather-windy-variant", }; export const cardinalDirections = [