mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
CI fix
This commit is contained in:
parent
f429a6c4ff
commit
a7ce9ba49e
@ -157,7 +157,6 @@ class RfxtrxLight(Light):
|
|||||||
"""Return True if unable to access real state of entity."""
|
"""Return True if unable to access real state of entity."""
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
def turn_on(self, **kwargs):
|
def turn_on(self, **kwargs):
|
||||||
""" Turn the light on. """
|
""" Turn the light on. """
|
||||||
brightness = kwargs.get(ATTR_BRIGHTNESS)
|
brightness = kwargs.get(ATTR_BRIGHTNESS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user