mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Add variable description
This commit is contained in:
parent
16a1ae0a77
commit
ac7cf8d019
@ -15,9 +15,14 @@ To enable the RFXtrx sensors in your installation, add the following to your `co
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: rfxtrx
|
platform: rfxtrx
|
||||||
device: PATH_TO_DEVICE
|
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…
x
Reference in New Issue
Block a user