From 6dc0bd80eb3e03c05d82010129c265dcc14f9b54 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Aug 2015 17:50:10 +0200 Subject: [PATCH] add rfxtrx page --- source/components/sensor.rfxtrx.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/components/sensor.rfxtrx.markdown diff --git a/source/components/sensor.rfxtrx.markdown b/source/components/sensor.rfxtrx.markdown new file mode 100644 index 00000000000..2ac7f89fa03 --- /dev/null +++ b/source/components/sensor.rfxtrx.markdown @@ -0,0 +1,23 @@ +--- +layout: page +title: "RFXtrx sensors support" +description: "Instructions how to integrate RFXtrx sensors into Home Assistant." +date: 2015-08-06 17:15 +sidebar: false +comments: false +sharing: true +footer: true +--- +The rfxtrx platform support sensors that communicate in the frequency range of 433.92 MHz. + +To enable the RFXtrx sensor in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +sensor: + - platform: rfxtrx + device: PATH_TO_DEVICE +``` + +The path to your device, e.g. `/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0` +