From e29f857f43328790446b88e1723acc96319048ea Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 9 Oct 2015 14:40:48 +0200 Subject: [PATCH] Update header (docstring) --- homeassistant/components/rfxtrx.py | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index f6bb5c6bc71..d381fac0f61 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -1,20 +1,10 @@ """ homeassistant.components.rfxtrx ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Connects Home Assistant to a RFXtrx device. - -Configuration: - -To use Rfxtrx device you will need to add the following to your -configuration.yaml file. - -rfxtrx: - device: /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1YVC1P0-if00-port0 - -*Optional* - - debug: True +Provides support for RFXtrx components. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/switch.rfxtrx.html """ import logging from homeassistant.util import slugify