We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b96fe8 commit 84cec8eCopy full SHA for 84cec8e
custom_components/daikin_residential_altherma/daikin_api.py
@@ -86,6 +86,7 @@ async def doBearerRequest(self, resourceUrl, options=None, refreshed=False):
86
res = await self.hass.async_add_executor_job(func)
87
except Exception as e:
88
_LOGGER.error("REQUEST FAILED: %s", e)
89
+ return str(e)
90
_LOGGER.debug("BEARER RESPONSE CODE: %s", res.status_code)
91
92
if res.status_code == 200:
0 commit comments