mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix long line
This commit is contained in:
parent
74e8446556
commit
50561ffe97
@ -197,7 +197,8 @@ class LIFXLight(Light):
|
||||
else:
|
||||
kelvin = self._kel
|
||||
|
||||
_LOGGER.info("%s %d %d %d %d %d", self._ip, hue, saturation, brightness, kelvin, fade)
|
||||
_LOGGER.debug("%s %d %d %d %d %d",
|
||||
self._ip, hue, saturation, brightness, kelvin, fade)
|
||||
if self._power == 0:
|
||||
self._liffylights.set_power(self._ip, 65535, 0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user