mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +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
|
||||
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
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user