home-assistant.io/source/_components/sensor.arwn.markdown
Matt N 2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00

25 lines
779 B
Markdown

---
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 gauge sensors will happen in the future.