1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00

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
@property
def shoud_poll(self) -> bool:
def should_poll(self) -> bool:
"""Return False to not poll the state of this entity."""
return False