Fix typo in lw12wifi shoud_poll (#43213)

This commit is contained in:
J. Nick Koston
2020-11-14 00:12:00 -10:00
committed by GitHub
parent 3e46c42307
commit bf955f3eb8

View File

@@ -113,7 +113,7 @@ class LW12WiFi(LightEntity):
return True
@property
def shoud_poll(self) -> bool:
def should_poll(self) -> bool:
"""Return False to not poll the state of this entity."""
return False