Add missing conf var
This commit is contained in:
parent
2627f5fb79
commit
5653c3081b
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue