mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Fix google_maps same last_seen bug (#101971)
This commit is contained in:
parent
653da6e31f
commit
8dd8af0718
@ -118,9 +118,7 @@ class GoogleMapsScanner:
|
|||||||
)
|
)
|
||||||
_LOGGER.debug("%s < %s", last_seen, self._prev_seen[dev_id])
|
_LOGGER.debug("%s < %s", last_seen, self._prev_seen[dev_id])
|
||||||
continue
|
continue
|
||||||
if last_seen == self._prev_seen.get(dev_id, last_seen) and hasattr(
|
if last_seen == self._prev_seen.get(dev_id):
|
||||||
self, "success_init"
|
|
||||||
):
|
|
||||||
_LOGGER.debug(
|
_LOGGER.debug(
|
||||||
"Ignoring %s update because timestamp "
|
"Ignoring %s update because timestamp "
|
||||||
"is the same as the last timestamp %s",
|
"is the same as the last timestamp %s",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user