mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 10:38:58 +00:00

* Fix a bunch of typos/spelling mistakes * Removed extra spaces from emulated_hue * Correct device type. of binary_sensor.enocean.markdown
779 B
779 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|
page | ARWN Sensor | Instructions how to integrate ARWN within Home Assistant. | 2016-10-20 15:15 | true | false | true | true | Sensor | 0.31 |
The arwn
sensor platform is a client for the Ambient Radio Weather Network 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 platform. Then add the following to your configuration.yaml
file:
# 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.