mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 14:47:38 +00:00
Fix pylint style
This commit is contained in:
parent
4bd0db30c9
commit
a33220db7f
@ -147,4 +147,4 @@ class RfxtrxLight(Light):
|
|||||||
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
||||||
|
|
||||||
self._state = False
|
self._state = False
|
||||||
self.update_ha_state()
|
self.update_ha_state()
|
||||||
|
@ -94,4 +94,4 @@ def get_rfx_object(packetid):
|
|||||||
|
|
||||||
return obj
|
return obj
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
@ -145,4 +145,4 @@ class RfxtrxSwitch(SwitchDevice):
|
|||||||
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
self._event.device.send_off(rfxtrx.RFXOBJECT.transport)
|
||||||
|
|
||||||
self._state = False
|
self._state = False
|
||||||
self.update_ha_state()
|
self.update_ha_state()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user