1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

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
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."""