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:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user