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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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