mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +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:
|
weather:
|
||||||
- platform: openweathermap
|
- platform: openweathermap
|
||||||
api_key: YOUR_API_KEY
|
api_key: YOUR_API_KEY
|
||||||
latitude: 46.1234
|
|
||||||
longitude: 7.1234
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **api_key** (*Required*): Your API key for http://openweathermap.org/.
|
- **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.
|
- **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.
|
- **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