Fix pylint style
parent
4bd0db30c9
commit
a33220db7f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue