mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Fix pylint style
This commit is contained in:
@@ -147,4 +147,4 @@ class RfxtrxLight(Light):
|
||||
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
||||
|
||||
self._state = False
|
||||
self.update_ha_state()
|
||||
self.update_ha_state()
|
||||
|
@@ -94,4 +94,4 @@ def get_rfx_object(packetid):
|
||||
|
||||
return obj
|
||||
|
||||
return None
|
||||
return None
|
||||
|
@@ -145,4 +145,4 @@ class RfxtrxSwitch(SwitchDevice):
|
||||
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
||||
|
||||
self._state = False
|
||||
self.update_ha_state()
|
||||
self.update_ha_state()
|
||||
|
Reference in New Issue
Block a user