mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
add arwn documentation (#1276)
This commit is contained in:
parent
455b96509f
commit
8770346d14
30
source/_components/sensor.arwn.markdown
Normal file
30
source/_components/sensor.arwn.markdown
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "ARWN Sensor"
|
||||||
|
description: "Instructions how to integrate ARWN within Home Assistant."
|
||||||
|
date: 2016-10-20 15:15
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: Sensor
|
||||||
|
ha_release: 0.31
|
||||||
|
---
|
||||||
|
|
||||||
|
The `arwn` sensor platform is a client for the
|
||||||
|
[Ambient Radio Weather Network](http://github.com/sdague/arwn)
|
||||||
|
project. This collects weather station data and makes it available in
|
||||||
|
an MQTT subtree.
|
||||||
|
|
||||||
|
To use your ARWN setup, you must already have configured the
|
||||||
|
[MQTT](mqtt) platform. Then add the following to your
|
||||||
|
`configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
sensor:
|
||||||
|
platform: arwn
|
||||||
|
```
|
||||||
|
|
||||||
|
Currently all temperature, barometer, and wind sensors will be
|
||||||
|
displayed. Support for rain guage sensors will happen in the future.
|
Loading…
x
Reference in New Issue
Block a user