mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
fix config sample and link
This commit is contained in:
parent
684f4f7c2a
commit
cdff289fd4
@ -21,7 +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
|
||||||
monitored_conditions
|
monitored_conditions:
|
||||||
- type: 'weather'
|
- type: 'weather'
|
||||||
- type: 'temperature'
|
- type: 'temperature'
|
||||||
- type: 'wind_speed'
|
- type: 'wind_speed'
|
||||||
@ -31,4 +31,4 @@ sensor:
|
|||||||
- type: 'rain'
|
- type: 'rain'
|
||||||
- type: 'snow'
|
- type: '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