8000 Debug log the update response in google_travel_time (#145725) · home-assistant/core@41a140d · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 41a140d

Browse files
eifingerbramkragten
authored andcommitted
Debug log the update response in google_travel_time (#145725)
Debug log the update response
1 parent 8880ab6 commit 41a140d

File tree

1 file changed

+1
-0
lines changed
  • homeassistant/components/google_travel_time

1 file changed

+1
-0
lines changed

homeassistant/components/google_travel_time/sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ async def async_update(self) -> None:
275275
response = await self._client.compute_routes(
276276
request, metadata=[("x-goog-fieldmask", FIELD_MASK)]
277277
)
278+
_LOGGER.debug("Received response: %s", response)
278279
if response is not None and len(response.routes) > 0:
279280
self._route = response.routes[0]
280281
delete_routes_api_disabled_issue(self.hass, self._config_entry)

0 commit comments

Comments
 (0)
0