mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +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. """
|
||||
brightness = int(self._bri / (BYTE_MAX + 1))
|
||||
|
||||
_LOGGER.debug("color_temp: %d",
|
||||
_LOGGER.debug("brightness: %d",
|
||||
brightness)
|
||||
|
||||
return brightness
|
||||
|
Loading…
x
Reference in New Issue
Block a user