mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
update config sample
This commit is contained in:
parent
21c51be123
commit
4fe739feb7
@ -22,13 +22,13 @@ sensor:
|
|||||||
platform: openweathermap
|
platform: openweathermap
|
||||||
api_key: YOUR_API_KEY
|
api_key: YOUR_API_KEY
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- type: 'weather'
|
- weather
|
||||||
- type: 'temperature'
|
- temperature
|
||||||
- type: 'wind_speed'
|
- wind_speed
|
||||||
- type: 'humidity'
|
- humidity
|
||||||
- type: 'pressure'
|
- pressure
|
||||||
- type: 'clouds'
|
- clouds
|
||||||
- type: 'rain'
|
- rain
|
||||||
- type: '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