Fix typo in lw12wifi shoud_poll (#43213)

pull/43356/head
J. Nick Koston 2020-11-14 00:12:00 -10:00 committed by Paulus Schoutsen
parent c434afae2e
commit d24b74417a
1 changed files with 1 additions and 1 deletions

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