mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
flake8 complaint fix
This commit is contained in:
parent
43e2b58f20
commit
e30915eb2c
@ -160,7 +160,7 @@ class RfxtrxLight(Light):
|
|||||||
|
|
||||||
if hasattr(self, '_event') and self._event:
|
if hasattr(self, '_event') and self._event:
|
||||||
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
||||||
|
|
||||||
self._brightness = 0
|
self._brightness = 0
|
||||||
self._state = False
|
self._state = False
|
||||||
self.update_ha_state()
|
self.update_ha_state()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user