limitlessled: fix docstring
parent
cc5217d818
commit
645cd89406
|
@ -89,7 +89,7 @@ class LimitlessLED(Light):
|
|||
|
||||
@property
|
||||
def should_poll(self):
|
||||
""" No polling needed for a demo light. """
|
||||
""" No polling needed. """
|
||||
return False
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in New Issue