From b7a2062950f72a3a5f9b638c012e780e6e5b802f Mon Sep 17 00:00:00 2001 From: Teemu Rytilahti Date: Fri, 3 Jan 2025 18:47:07 +0100 Subject: [PATCH] Debug log httpclient response --- kasa/httpclient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kasa/httpclient.py b/kasa/httpclient.py index 31d8dfbb..c86a3e46 100644 --- a/kasa/httpclient.py +++ b/kasa/httpclient.py @@ -114,6 +114,7 @@ class HttpClient: ) async with resp: response_data = await resp.read() + _LOGGER.debug("Device responded with %s", response_data) if resp.status == 200: if return_json: