From a7ce9ba49e62802ebc5998b4e5acf9853633c174 Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Mon, 15 Feb 2016 19:09:53 +0100 Subject: [PATCH] CI fix --- homeassistant/components/light/rfxtrx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/light/rfxtrx.py b/homeassistant/components/light/rfxtrx.py index 91419ed6b0f..60b3c9bf114 100644 --- a/homeassistant/components/light/rfxtrx.py +++ b/homeassistant/components/light/rfxtrx.py @@ -157,7 +157,6 @@ class RfxtrxLight(Light): """Return True if unable to access real state of entity.""" return True - def turn_on(self, **kwargs): """ Turn the light on. """ brightness = kwargs.get(ATTR_BRIGHTNESS)