Add note
This commit is contained in:
parent
50afae10bf
commit
b735a81a35
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,9 @@ sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: openweathermap.png
|
logo: openweathermap.png
|
||||||
ha_category: Weather
|
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.
|
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).
|
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.
|
- **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.
|
- **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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue