Remove unnecessary should poll from cover classes (#41231)

This commit is contained in:
springstan 2020-10-04 23:26:33 +02:00 committed by GitHub
parent a1f70e11ae
commit b1ff69d9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,11 +129,6 @@ class GaradgetCover(CoverEntity):
"""Return the name of the cover."""
return self._name
@property
def should_poll(self):
"""No polling needed for a demo cover."""
return True
@property
def available(self):
"""Return True if entity is available."""