From b735a81a35248380b2f4a8e53a56a13a1da84ddd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Oct 2016 08:55:28 +0200 Subject: [PATCH] Add note --- source/_components/weather.openweathermap.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/weather.openweathermap.markdown b/source/_components/weather.openweathermap.markdown index 9a870b61341..0fe9383d56a 100644 --- a/source/_components/weather.openweathermap.markdown +++ b/source/_components/weather.openweathermap.markdown @@ -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). - +

+This platform is an alternative to the [`openweathermap`](/components/sensor.openweathermap/) sensor. +