mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 02:34:57 -05:00
CI fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user