From 1ab264d95281e345255a928b3572a495ba501786 Mon Sep 17 00:00:00 2001 From: Dane Peterson Date: Mon, 11 Jun 2018 09:32:06 -0400 Subject: [PATCH] Fixed broken link in weather.markdown (#5523) Link was broken, pointed to old html version of file. Updated to point to the current JavaScript file to allow curious people like me to find it more easily without having to track it down. --- source/_components/weather.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/weather.markdown b/source/_components/weather.markdown index c256cae2a8f..25fde662082 100644 --- a/source/_components/weather.markdown +++ b/source/_components/weather.markdown @@ -15,7 +15,7 @@ Home Assistant currently supports free web services and such which require a reg ## {% linkable_title Condition mapping %} -The `weather` platform only knows the below listed conditions. The reason for this is that for these conditions is an icon from [Material Design Icons](https://materialdesignicons.com/) available and mapped in the [frontend](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/cards/ha-weather-card.html#L77). +The `weather` platform only knows the below listed conditions. The reason for this is that for these conditions is an icon from [Material Design Icons](https://materialdesignicons.com/) available and mapped in the [frontend](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/cards/ha-weather-card.js#L170). - 'cloudy' - 'fog'