From cb0baec9e56111d87e5b1eafddd43adbb4797eff Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 27 Jun 2015 10:26:13 +0200 Subject: [PATCH] update owm sensor documentatation --- source/components/sensor.openweathermap.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/components/sensor.openweathermap.markdown b/source/components/sensor.openweathermap.markdown index aac3e22b931..7c292bc0d9e 100644 --- a/source/components/sensor.openweathermap.markdown +++ b/source/components/sensor.openweathermap.markdown @@ -10,7 +10,7 @@ footer: true --- -The openweathermap platform uses [OpenWeatherMap](http://openweathermap.org/) as a source for meteorological data for your location. +The openweathermap platform uses [OpenWeatherMap](http://openweathermap.org/) as an source for current meteorological data for your location. The `forecast` will show you the condition in 3 h. You need an API key which is free but requires a [registration](http://home.openweathermap.org/users/sign_up). @@ -21,6 +21,7 @@ To add OpenWeatherMap to your installation, add the following to your `configura sensor: platform: openweathermap api_key: YOUR_API_KEY + forecast: 0 or 1 monitored_conditions: - weather - temperature @@ -31,4 +32,6 @@ sensor: - rain - snow ``` + Details about the API are available in the [OpenWeatherMap documentation](http://bugs.openweathermap.org/projects/api/wiki). +