mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix typo in lw12wifi shoud_poll (#43213)
This commit is contained in:
parent
3e46c42307
commit
bf955f3eb8
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user