Add variable description

This commit is contained in:
Fabian Affolter 2015-09-08 12:37:42 +02:00
parent 16a1ae0a77
commit ac7cf8d019

View File

@ -15,9 +15,14 @@ To enable the RFXtrx sensors in your installation, add the following to your `co
```yaml
# Example configuration.yaml entry
sensor:
- platform: rfxtrx
device: PATH_TO_DEVICE
platform: rfxtrx
device: PATH_TO_DEVICE
```
The path to your device, e.g. `/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0`
Configuration variables:
- **device** (*Required*): The path to your device, e.g. `/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0`