mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 10:05:58 -05:00
Remove unnecessary should poll from cover classes (#41231)
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user