mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Use debug instead of info log level in google_maps (#125942)
This commit is contained in:
parent
aece6cc327
commit
932d66b0ee
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user