Fix typo in lw12wifi shoud_poll (#43213)
parent
c434afae2e
commit
d24b74417a
|
@ -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…
Reference in New Issue