mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Another flake8 fix too long line
This commit is contained in:
parent
e30915eb2c
commit
6d527842dd
@ -149,7 +149,8 @@ class RfxtrxLight(Light):
|
||||
self._brightness = ((brightness + 4) * 100 // 255 - 1)
|
||||
|
||||
if hasattr(self, '_event') and self._event:
|
||||
self._event.device.send_on(rfxtrx.RFXOBJECT.transport, self._brightness)
|
||||
self._event.device.send_on(rfxtrx.RFXOBJECT.transport,
|
||||
self._brightness)
|
||||
|
||||
self._brightness = (self._brightness * 255 // 100)
|
||||
self._state = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user