This commit is contained in:
Fabian Affolter 2016-10-25 08:55:28 +02:00
parent 50afae10bf
commit b735a81a35
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -9,10 +9,9 @@ sharing: true
footer: true
logo: openweathermap.png
ha_category: Weather
ha_release: "0.30"
ha_release: 0.32
---
The `openweathermap` weather platform uses [OpenWeatherMap](http://openweathermap.org/) as an source for current meteorological data for your location.
You need an API key which is free but requires a [registration](http://home.openweathermap.org/users/sign_up).
@ -34,5 +33,6 @@ Configuration variables:
- **latitude** (*Optional*): Latitude of the location to display the weather. Defaults to the latitude in your your `configuration.yaml` file.
- **longitude** (*Optional*): Longitude of the location to display the weather. Defaults to the longitude in your `configuration.yaml` file.
Details about the API are available in the [OpenWeatherMap documentation](http://openweathermap.org/api).
<p class='note'>
This platform is an alternative to the [`openweathermap`](/components/sensor.openweathermap/) sensor.
</p>