From 8c0ae1ef30633c895f2d5b4e4dc6d898e68825f1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 8 Oct 2015 11:04:06 +0200 Subject: [PATCH] Upate sensor doc --- source/components/sensor.rfxtrx.markdown | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/components/sensor.rfxtrx.markdown b/source/components/sensor.rfxtrx.markdown index 392e8db6210..37965500f21 100644 --- a/source/components/sensor.rfxtrx.markdown +++ b/source/components/sensor.rfxtrx.markdown @@ -10,18 +10,22 @@ footer: true --- The rfxtrx platform support sensors that communicate in the frequency range of 433.92 MHz. -To enable the RFXtrx sensors in your installation, add the following to your `configuration.yaml` file: +To enable RFXtrx sensors in your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry sensor: platform: rfxtrx - device: PATH_TO_DEVICE + devices: + ac09c4f1: Temperature + ac09c4f2: Humididy + automatic_add: True ``` Configuration variables: -- **device** (*Required*): The path to your device, e.g. `/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0` +- **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.