Remove line breaks
This commit is contained in:
parent
18fb0ff77f
commit
15794a1f45
2 changed files with 9 additions and 25 deletions
|
@ -11,14 +11,9 @@ 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.
|
||||
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:
|
||||
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
|
||||
|
@ -26,5 +21,4 @@ sensor:
|
|||
platform: arwn
|
||||
```
|
||||
|
||||
Currently all temperature, barometer, and wind sensors will be
|
||||
displayed. Support for rain guage sensors will happen in the future.
|
||||
Currently all temperature, barometer, and wind sensors will be displayed. Support for rain guage sensors will happen in the future.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue