mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
flake8 complaint fix
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user