diff --git a/source/_components/weather.openweathermap.markdown b/source/_components/weather.openweathermap.markdown index 0fe9383d56a..3218c4a7911 100644 --- a/source/_components/weather.openweathermap.markdown +++ b/source/_components/weather.openweathermap.markdown @@ -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.