Add missing conf var

This commit is contained in:
Fabian Affolter 2017-02-12 09:45:35 +01:00
parent 2627f5fb79
commit 5653c3081b
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -23,13 +23,12 @@ To add OpenWeatherMap to your installation, add the following to your `configura
weather:
- platform: openweathermap
api_key: YOUR_API_KEY
latitude: 46.1234
longitude: 7.1234
```
Configuration variables:
- **api_key** (*Required*): Your API key for http://openweathermap.org/.
- **name** (*Optional*): Name to use in the frontend.
- **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.