mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Small intendation fix
This commit is contained in:
parent
a63edcf505
commit
d3c6c892a8
@ -134,7 +134,7 @@ class RfxtrxLight(Light):
|
|||||||
""" True if light is on. """
|
""" True if light is on. """
|
||||||
return self._state
|
return self._state
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def brightness(self):
|
def brightness(self):
|
||||||
""" Brightness of this light between 0..255. """
|
""" Brightness of this light between 0..255. """
|
||||||
return self._brightness
|
return self._brightness
|
||||||
|
Loading…
x
Reference in New Issue
Block a user