Remove unnecessary should poll from light classes (#41229)

This commit is contained in:
springstan 2020-10-04 23:28:25 +02:00 committed by GitHub
parent b1ff69d9a3
commit 6102d05306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 20 deletions

View file

@ -54,11 +54,6 @@ class BlinkStickLight(LightEntity):
self._hs_color = None
self._brightness = None
@property
def should_poll(self):
"""Set up polling."""
return True
@property
def name(self):
"""Return the name of the light."""