mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
flake8 complaint fix
This commit is contained in:
@@ -160,7 +160,7 @@ class RfxtrxLight(Light):
|
||||
|
||||
if hasattr(self, '_event') and self._event:
|
||||
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
||||
|
||||
|
||||
self._brightness = 0
|
||||
self._state = False
|
||||
self.update_ha_state()
|
||||
|
Reference in New Issue
Block a user