Remove unnecessary should poll from light classes (#41229)
This commit is contained in:
parent
b1ff69d9a3
commit
6102d05306
4 changed files with 0 additions and 20 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue