Yahoo Weather is dead, Jim

See also https://github.com/home-assistant/home-assistant/issues/19756
This commit is contained in:
DubhAd 2019-01-06 14:22:41 +00:00 committed by GitHub
parent edef357100
commit fcc89ff6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,41 +13,5 @@ ha_release: 0.47
---
<p class='note warning'>
The Yahoo Weather API is being [retired](https://developer.yahoo.com/weather/?guccounter=1). A replacement is the [`darksky` weather](/components/weather.darksky/).
The Yahoo Weather API **has been** [retired](https://developer.yahoo.com/weather/?guccounter=1). A replacement is the [`darksky` weather](/components/weather.darksky/).
</p>
The `yweather` platform uses [Yahoo Weather](https://www.yahoo.com/news/weather/) as a source for current meteorological data. This component will show you the condition and temperatures for max. 10 days.
<p class='note warning'>
Use of the Yahoo Weather API should not exceed reasonable request volume. Access is limited to 2000 signed calls per day.
</p>
## {% linkable_title Configuration %}
The `woeid` (Where On Earth ID) for your location, as shown in the example below. You can find your WOEID by copying the numeric digits at the end of the URL for your location at [Yahoo Weather](https://www.yahoo.com/news/weather/). If you don't add a WOEID, it will be generated from Home Assistant's latitude and longitude.
To add Yahoo Weather to your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
weather:
- platform: yweather
```
{% configuration %}
woeid:
description: Your Where On Earth ID, see above for all the info.
required: false
type: integer
name:
description: The name of the sensor. To easily recognize each sensor when adding more than one Yahoo weather sensor, it is recommended to use the name option.
required: false
type: string
default: yweather
{% endconfiguration %}
<p class='note'>
This platform is an alternative to the [`yweather`](/components/sensor.yweather/) sensor.
</p>
Details about the API are available in the [Yahoo! Developer Network](https://developer.yahoo.com/weather/).