From d3c6c892a8d09da01523a9696a0e678b60cdc3b9 Mon Sep 17 00:00:00 2001 From: turbokongen Date: Sat, 23 Jan 2016 11:50:09 +0100 Subject: [PATCH] Small intendation fix --- homeassistant/components/light/rfxtrx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/light/rfxtrx.py b/homeassistant/components/light/rfxtrx.py index d4c6133397c..f5231be78ad 100644 --- a/homeassistant/components/light/rfxtrx.py +++ b/homeassistant/components/light/rfxtrx.py @@ -134,7 +134,7 @@ class RfxtrxLight(Light): """ True if light is on. """ return self._state - @property + @property def brightness(self): """ Brightness of this light between 0..255. """ return self._brightness