mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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
|
self.max_gps_accuracy is not None
|
||||||
and person.accuracy > self.max_gps_accuracy
|
and person.accuracy > self.max_gps_accuracy
|
||||||
):
|
):
|
||||||
_LOGGER.info(
|
_LOGGER.debug(
|
||||||
(
|
(
|
||||||
"Ignoring %s update because expected GPS "
|
"Ignoring %s update because expected GPS "
|
||||||
"accuracy %s is not met: %s"
|
"accuracy %s is not met: %s"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user