From 06cac7f9ef0a63c8db21bd016b681c9ada3aab50 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 8 Oct 2015 11:08:32 +0200 Subject: [PATCH] Update docstrings --- homeassistant/components/rfxtrx.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/rfxtrx.py b/homeassistant/components/rfxtrx.py index 79378b85e78..f6bb5c6bc71 100644 --- a/homeassistant/components/rfxtrx.py +++ b/homeassistant/components/rfxtrx.py @@ -1,6 +1,6 @@ """ homeassistant.components.rfxtrx -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Connects Home Assistant to a RFXtrx device. Configuration: @@ -33,7 +33,7 @@ RFXOBJECT = None def setup(hass, config): - """ Setup the Rfxtrx component. """ + """ Setup the RFXtrx component. """ # Declare the Handle event def handle_receive(event): @@ -76,7 +76,7 @@ def setup(hass, config): def get_rfx_object(packetid): - """ return the RFXObject with the packetid""" + """ Return the RFXObject with the packetid. """ try: import RFXtrx as rfxtrxmod except ImportError: