This commit is contained in:
John Arild Berentsen 2016-02-15 19:09:53 +01:00
parent f429a6c4ff
commit a7ce9ba49e

View File

@ -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)