fix config sample and link
This commit is contained in:
parent
684f4f7c2a
commit
cdff289fd4
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue