limitlessled: fix docstring
parent
cc5217d818
commit
645cd89406
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue