From 3c44d2b37a9471ebf904d6433335444ae59b77ea Mon Sep 17 00:00:00 2001 From: bonanitech Date: Sun, 28 Oct 2018 18:25:40 -0400 Subject: [PATCH] Update sensor.yweather.markdown (#7215) Include a note warning users about the Yahoo Weather API retirement. --- source/_components/sensor.yweather.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/sensor.yweather.markdown b/source/_components/sensor.yweather.markdown index befc4a37d5e..9c28369fca4 100644 --- a/source/_components/sensor.yweather.markdown +++ b/source/_components/sensor.yweather.markdown @@ -13,6 +13,9 @@ ha_release: 0.24 ha_iot_class: "Cloud Polling" --- +

+The Yahoo Weather API is being [retired](https://developer.yahoo.com/weather/?guccounter=1). A replacement is the [`darksky` sensor](/components/sensor.darksky/). +

The `yweather` platform uses [Yahoo Weather](https://www.yahoo.com/news/weather/) as a source for current meteorological data. The `forecast` will show you the condition for 5 days, 0 is the current day. You can use only `weather`, `temp_min`, and `temp_max` with forecast. It's important to note that a yweather sensor will only show ONE days forecast at a time so to show multiple days forecasts, you will need to use the 'name:' option and give each sensor a unique name.