Added daily and hourly modes to OpenWeatherMap (#5510)

* Added daily and hourly modes to OpenWeatherMap

* Minor change
This commit is contained in:
Yevgeniy 2018-06-10 16:59:55 +06:00 committed by Fabian Affolter
parent 6c378495e9
commit dafb439582

View File

@ -32,6 +32,7 @@ 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. - **name** (*Optional*): Name to use in the frontend.
- **mode** (*Optional*): Can specify `hourly` or `daily`. Select `hourly` for a three-hour forecast or `daily` for daily forecast. Defaults to `hourly`.
- **latitude** (*Optional*): Latitude of the location to display the weather. Defaults to the latitude in your `configuration.yaml` file. - **latitude** (*Optional*): Latitude of the location to display the weather. Defaults to the latitude in 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.