Fix RFXtrx docs

This commit is contained in:
Paulus Schoutsen 2015-10-25 14:33:02 -07:00
parent 7a9fd7b622
commit 412771dbec
5 changed files with 29 additions and 24 deletions

View file

@ -9,6 +9,7 @@ sharing: true
footer: true
ha_category: Sensor
---
The rfxtrx platform support sensors that communicate in the frequency range of 433.92 MHz.
To enable RFXtrx sensors in your installation, add the following to your `configuration.yaml` file:
@ -17,17 +18,4 @@ To enable RFXtrx sensors in your installation, add the following to your `config
# Example configuration.yaml entry
sensor:
platform: rfxtrx
devices:
ac09c4f1: Temperature
ac09c4f2: Humidity
automatic_add: True
```
Configuration variables:
- **devices** (*Required*): A list of devices with their name to use in the frontend.
- **automatic_add** (*Optional*): To enable the automatic addition of new sensors.