mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
commit
8d5cd914f4
@ -191,6 +191,12 @@ the manufacturers of these devices.
|
|||||||
<td><a href='/components/keyboard.html'>Keyboard</a></td>
|
<td><a href='/components/keyboard.html'>Keyboard</a></td>
|
||||||
<td>Simulate key presses on the host machine</td>
|
<td>Simulate key presses on the host machine</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><img src='/images/supported_brands/openweathermap.png' class='brand' /></td>
|
||||||
|
<td><a href='/components/openweathermap.html'>OpenWeatherMap</a></td>
|
||||||
|
<td>Display current meteorological data from your location</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
|
30
source/components/sensor.openweathermap.markdown
Normal file
30
source/components/sensor.openweathermap.markdown
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "OpenWeatherMap support"
|
||||||
|
description: "Instructions how to integrate OpenWeatherMap within Home Assistant."
|
||||||
|
date: 2015-04-25 9:06
|
||||||
|
sidebar: false
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
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.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
sensor:
|
||||||
|
platform: openweathermap
|
||||||
|
api_key: YOUR_API_KEY
|
||||||
|
monitored_variables:
|
||||||
|
- type: 'weather'
|
||||||
|
- type: 'temperature'
|
||||||
|
- type: 'wind_speed'
|
||||||
|
- type: 'humidity'
|
||||||
|
- type: 'pressure'
|
||||||
|
- type: 'clouds'
|
||||||
|
- type: 'rain'
|
||||||
|
- type: 'snow'
|
||||||
|
```
|
||||||
|
|
BIN
source/images/supported_brands/openweathermap.png
Normal file
BIN
source/images/supported_brands/openweathermap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
x
Reference in New Issue
Block a user