mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Add comment to life360 device tracker (#77879)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user