mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove marking device tracker stale if state is stale (#19133)
This commit is contained in:
parent
fd5b92b2fb
commit
30064655c2
@ -383,7 +383,6 @@ class DeviceTracker:
|
||||
for device in self.devices.values():
|
||||
if (device.track and device.last_update_home) and \
|
||||
device.stale(now):
|
||||
device.mark_stale()
|
||||
self.hass.async_create_task(device.async_update_ha_state(True))
|
||||
|
||||
async def async_setup_tracked_device(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user