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 = [