From c467b890fe262d99fd1ea35662dacbb9dc57ec0b Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Sat, 10 Dec 2022 19:18:20 +0100 Subject: [PATCH] Add homeassistant.helpers.location to loggers for travel_time integrations (#83705) Add homeassistant.helpers.location to loggers --- homeassistant/components/google_travel_time/manifest.json | 2 +- homeassistant/components/here_travel_time/manifest.json | 2 +- homeassistant/components/waze_travel_time/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"] }