Add variable description
This commit is contained in:
parent
16a1ae0a77
commit
ac7cf8d019
1 changed files with 8 additions and 3 deletions
|
@ -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`
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue