mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
flake8 complaint fix
This commit is contained in:
parent
6df67d2852
commit
f6f3f54228
@ -150,7 +150,7 @@ class RfxtrxLight(Light):
|
||||
|
||||
if hasattr(self, '_event') and self._event:
|
||||
self._event.device.send_dim(rfxtrx.RFXOBJECT.transport,
|
||||
self._brightness)
|
||||
self._brightness)
|
||||
|
||||
self._brightness = (self._brightness * 255 // 100)
|
||||
self._state = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user