mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Fix logging typo
This commit is contained in:
parent
bb7f92330d
commit
1397f9e588
@ -166,7 +166,7 @@ class LIFXLight(Light):
|
|||||||
""" Returns brightness of this light between 0..255. """
|
""" Returns brightness of this light between 0..255. """
|
||||||
brightness = int(self._bri / (BYTE_MAX + 1))
|
brightness = int(self._bri / (BYTE_MAX + 1))
|
||||||
|
|
||||||
_LOGGER.debug("color_temp: %d",
|
_LOGGER.debug("brightness: %d",
|
||||||
brightness)
|
brightness)
|
||||||
|
|
||||||
return brightness
|
return brightness
|
||||||
|
Loading…
x
Reference in New Issue
Block a user