update owm sensor documentatation
This commit is contained in:
parent
1941f00325
commit
cb0baec9e5
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ footer: true
|
|||
---
|
||||
|
||||
<img src='/images/supported_brands/openweathermap.png' class='brand pull-right' />
|
||||
The openweathermap platform uses [OpenWeatherMap](http://openweathermap.org/) as a source for meteorological data for your location.
|
||||
The openweathermap platform uses [OpenWeatherMap](http://openweathermap.org/) as an source for current meteorological data for your location. The `forecast` will show you the condition in 3 h.
|
||||
|
||||
You need an API key which is free but requires a [registration](http://home.openweathermap.org/users/sign_up).
|
||||
|
||||
|
@ -21,6 +21,7 @@ To add OpenWeatherMap to your installation, add the following to your `configura
|
|||
sensor:
|
||||
platform: openweathermap
|
||||
api_key: YOUR_API_KEY
|
||||
forecast: 0 or 1
|
||||
monitored_conditions:
|
||||
- weather
|
||||
- temperature
|
||||
|
@ -31,4 +32,6 @@ sensor:
|
|||
- rain
|
||||
- snow
|
||||
```
|
||||
|
||||
Details about the API are available in the [OpenWeatherMap documentation](http://bugs.openweathermap.org/projects/api/wiki).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue