mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
update owm sensor documentatation
This commit is contained in:
parent
1941f00325
commit
cb0baec9e5
@ -10,7 +10,7 @@ footer: true
|
|||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/supported_brands/openweathermap.png' class='brand pull-right' />
|
<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).
|
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:
|
sensor:
|
||||||
platform: openweathermap
|
platform: openweathermap
|
||||||
api_key: YOUR_API_KEY
|
api_key: YOUR_API_KEY
|
||||||
|
forecast: 0 or 1
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- weather
|
- weather
|
||||||
- temperature
|
- temperature
|
||||||
@ -31,4 +32,6 @@ sensor:
|
|||||||
- rain
|
- rain
|
||||||
- snow
|
- snow
|
||||||
```
|
```
|
||||||
|
|
||||||
Details about the API are available in the [OpenWeatherMap documentation](http://bugs.openweathermap.org/projects/api/wiki).
|
Details about the API are available in the [OpenWeatherMap documentation](http://bugs.openweathermap.org/projects/api/wiki).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user