Remove unnecessary should poll from binary sensor classes (#41221)
This commit is contained in:
parent
dd26ab6b4e
commit
e75557c1f5
2 changed files with 0 additions and 10 deletions
|
@ -38,11 +38,6 @@ class MaxCubeShutter(BinarySensorEntity):
|
|||
self._cubehandle = handler
|
||||
self._state = None
|
||||
|
||||
@property
|
||||
def should_poll(self):
|
||||
"""Return the polling state."""
|
||||
return True
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
"""Return the name of the BinarySensorEntity."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue