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