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: