diff --git a/homeassistant/components/google_travel_time/manifest.json b/homeassistant/components/google_travel_time/manifest.json index 4b2693374f6..a21714218a9 100644 --- a/homeassistant/components/google_travel_time/manifest.json +++ b/homeassistant/components/google_travel_time/manifest.json @@ -6,5 +6,5 @@ "codeowners": ["@eifinger"], "config_flow": true, "iot_class": "cloud_polling", - "loggers": ["googlemaps"] + "loggers": ["googlemaps", "homeassistant.helpers.location"] } diff --git a/homeassistant/components/here_travel_time/manifest.json b/homeassistant/components/here_travel_time/manifest.json index 12f6d30a88b..c49518c8994 100644 --- a/homeassistant/components/here_travel_time/manifest.json +++ b/homeassistant/components/here_travel_time/manifest.json @@ -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"] } diff --git a/homeassistant/components/waze_travel_time/manifest.json b/homeassistant/components/waze_travel_time/manifest.json index 24e52d3186e..05180c649d7 100644 --- a/homeassistant/components/waze_travel_time/manifest.json +++ b/homeassistant/components/waze_travel_time/manifest.json @@ -6,5 +6,5 @@ "codeowners": ["@eifinger"], "config_flow": true, "iot_class": "cloud_polling", - "loggers": ["WazeRouteCalculator"] + "loggers": ["WazeRouteCalculator", "homeassistant.helpers.location"] }