From b46c16b41aeee5cccd2788be1d509fa82c950a39 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 2 May 2015 01:47:17 +0200 Subject: [PATCH] it's api not app here --- source/components/sensor.openweathermap.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/sensor.openweathermap.markdown b/source/components/sensor.openweathermap.markdown index d265318bfd1..0f529d6ab69 100644 --- a/source/components/sensor.openweathermap.markdown +++ b/source/components/sensor.openweathermap.markdown @@ -16,7 +16,7 @@ The openweathermap platform uses [OpenWeatherMap](http://openweathermap.org/) as # Example configuration.yaml entry sensor: platform: openweathermap - api_key: YOUR_APP_KEY + api_key: YOUR_API_KEY monitored_variables: - type: 'weather' - type: 'temperature'