Update sensor.yweather.markdown (#7215)

Include a note warning users about the Yahoo Weather API retirement.
This commit is contained in:
bonanitech 2018-10-28 18:25:40 -04:00 committed by Fabian Affolter
parent 7a58994b9a
commit 3c44d2b37a

View File

@ -13,6 +13,9 @@ ha_release: 0.24
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
--- ---
<p class='note warning'>
The Yahoo Weather API is being [retired](https://developer.yahoo.com/weather/?guccounter=1). A replacement is the [`darksky` sensor](/components/sensor.darksky/).
</p>
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. 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.