mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add homeassistant.helpers.location to loggers for travel_time integrations (#83705)
Add homeassistant.helpers.location to loggers
This commit is contained in:
parent
3c704ba8da
commit
c467b890fe
@ -6,5 +6,5 @@
|
||||
"codeowners": ["@eifinger"],
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["googlemaps"]
|
||||
"loggers": ["googlemaps", "homeassistant.helpers.location"]
|
||||
}
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -6,5 +6,5 @@
|
||||
"codeowners": ["@eifinger"],
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["WazeRouteCalculator"]
|
||||
"loggers": ["WazeRouteCalculator", "homeassistant.helpers.location"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user