Use debug instead of info log level in google_maps (#125942)

This commit is contained in:
Jan-Philipp Benecke
2024-09-14 09:52:51 +02:00
committed by GitHub
parent aece6cc327
commit 932d66b0ee

View File

@@ -100,7 +100,7 @@ class GoogleMapsScanner:
self.max_gps_accuracy is not None
and person.accuracy > self.max_gps_accuracy
):
_LOGGER.info(
_LOGGER.debug(
(
"Ignoring %s update because expected GPS "
"accuracy %s is not met: %s"