Skip to content

Commit

Permalink
Add homeassistant.helpers.location to loggers for travel_time integra…
Browse files Browse the repository at this point in the history
…tions (#83705)

Add homeassistant.helpers.location to loggers
  • Loading branch information
eifinger authored Dec 10, 2022
1 parent 3c704ba commit c467b89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/google_travel_time/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"codeowners": ["@eifinger"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["googlemaps"]
"loggers": ["googlemaps", "homeassistant.helpers.location"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/here_travel_time/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/waze_travel_time/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"codeowners": ["@eifinger"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["WazeRouteCalculator"]
"loggers": ["WazeRouteCalculator", "homeassistant.helpers.location"]
}

0 comments on commit c467b89

Please sign in to comment.