mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add comment to life360 device tracker (#77879)
This commit is contained in:
parent
5459b5fdfe
commit
e3fb04e116
@ -166,7 +166,11 @@ class Life360DeviceTracker(
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def force_update(self) -> bool:
|
def force_update(self) -> bool:
|
||||||
"""Return True if state updates should be forced."""
|
"""Return True if state updates should be forced.
|
||||||
|
|
||||||
|
Overridden because CoordinatorEntity sets `should_poll` to False,
|
||||||
|
which causes TrackerEntity to set `force_update` to True.
|
||||||
|
"""
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user