mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
limitlessled: fix docstring
This commit is contained in:
@@ -89,7 +89,7 @@ class LimitlessLED(Light):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def should_poll(self):
|
def should_poll(self):
|
||||||
""" No polling needed for a demo light. """
|
""" No polling needed. """
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user