From d55a15890728c7e040686aec7c475380d031be43 Mon Sep 17 00:00:00 2001 From: nharris Date: Sat, 4 Mar 2023 22:18:14 -0700 Subject: [PATCH] - Update bad URLs --- home_assistant/panels/weather.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/home_assistant/panels/weather.yaml b/home_assistant/panels/weather.yaml index c832dd3..4f57859 100644 --- a/home_assistant/panels/weather.yaml +++ b/home_assistant/panels/weather.yaml @@ -875,8 +875,9 @@ cards: margin-left: 2px !important; } aspect_ratio: 80% + # TODO: Replace the lat, lon, detailLat and detailLon with your own latitudes and longitudes url: >- - https://embed.windy.com/embed2.html?lat=$lat_home$&lon=$long_home$&detailLat=$lat_home$0&detailLon=$long_home$&width=750&height=800&zoom=9&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 + https://embed.windy.com/embed2.html?lat=YOUR_LATITUDE&lon=YOUR_LONGITUDE&detailLat=YOUR_LATITUDE&detailLon=YOUR_LONGITUDE&width=750&height=800&zoom=9&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 name: Windy.com show_state: false show_name: false @@ -944,8 +945,9 @@ cards: margin-left: 2px !important; } aspect_ratio: 80% + # TODO: Replace the lat, lon, detailLat and detailLon with your own latitudes and longitudes url: >- - https://embed.windy.com/embed2.html?lat=$lat_home$&lon=$long_home$&detailLat=$lat_home$&detailLon=$long_home$&width=750&height=800&zoom=9&level=surface&overlay=temp&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 + https://embed.windy.com/embed2.html?lat=YOUR_LATITUDE&lon=YOUR_LONGITUDE&detailLat=YOUR_LATITUDE&detailLon=YOUR_LONGITUDE&width=750&height=800&zoom=9&level=surface&overlay=temp&product=ecmwf&menu=&message=true&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 name: Windy.com show_state: false show_name: false @@ -1013,8 +1015,9 @@ cards: margin-left: 2px !important; } aspect_ratio: 80% + # TODO: Replace the lat, lon, detailLat and detailLon with your own latitudes and longitudes url: >- - https://embed.windy.com/embed2.html?lat=$lat_home$&lon=$long_home$&detailLat=$lat_home$&detailLon=$long_home$&width=750&height=800&zoom=9&level=surface&overlay=pressure&product=ecmwf&menu=&message=true&marker=true&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 + https://embed.windy.com/embed2.html?lat=YOUR_LATITUDE&lon=YOUR_LONGITUDE&detailLat=YOUR_LATITUDE&detailLon=YOUR_LONGITUDE&width=750&height=800&zoom=9&level=surface&overlay=pressure&product=ecmwf&menu=&message=true&marker=true&calendar=now&pressure=&type=map&location=coordinates&detail=&radarRange=-1 name: Windy.com show_state: false show_name: false