From e7f900500447a3ce4818f3b4288137959814fb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Mon, 23 May 2016 11:19:53 +0200 Subject: [PATCH] Update rfxtrx.markdown (#501) --- source/_components/rfxtrx.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/rfxtrx.markdown b/source/_components/rfxtrx.markdown index bb4635fb6bb..67e2c7a286c 100644 --- a/source/_components/rfxtrx.markdown +++ b/source/_components/rfxtrx.markdown @@ -20,6 +20,7 @@ To enable RFXtrx in your installation, add the following to your `configuration. rfxtrx: device: PATH_TO_DEVICE debug: True + dummy: False ``` @@ -27,5 +28,4 @@ Configuration variables: - **device** (*Required*): The path to your device, e.g. `/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0` - **debug** (*Optional*): If you want to receive debug output. - - +- **dummy** (*Optional*): Then you have need a connected drive to test your settings. Can be usefull for debugging and testing.