mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Add missing conf var
This commit is contained in:
parent
2627f5fb79
commit
5653c3081b
@ -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…
x
Reference in New Issue
Block a user