Add homeassistant.helpers.location to loggers for travel_time integrations (#83705)

Add homeassistant.helpers.location to loggers
This commit is contained in:
Kevin Stillhammer 2022-12-10 19:18:20 +01:00 committed by GitHub
parent 3c704ba8da
commit c467b890fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@
"codeowners": ["@eifinger"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["googlemaps"]
"loggers": ["googlemaps", "homeassistant.helpers.location"]
}

View File

@ -6,5 +6,5 @@
"requirements": ["here_routing==0.1.1", "here_transit==1.1.1"],
"codeowners": ["@eifinger"],
"iot_class": "cloud_polling",
"loggers": ["here_routing", "here_transit"]
"loggers": ["here_routing", "here_transit", "homeassistant.helpers.location"]
}

View File

@ -6,5 +6,5 @@
"codeowners": ["@eifinger"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["WazeRouteCalculator"]
"loggers": ["WazeRouteCalculator", "homeassistant.helpers.location"]
}