You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, what the dev team told me was that this library, handling the exception via a broad exception handler, and then logging, passes the whole exception into the logs of HA. Suggestion was:
I’d pull out the broad except handlers and let it raise + add the response.raise_for_status() then handle it in Home Assistant
Not sure if this is something you'd be willing to tackle?
The text was updated successfully, but these errors were encountered:
See: home-assistant/core#60459
Basically, what the dev team told me was that this library, handling the exception via a broad exception handler, and then logging, passes the whole exception into the logs of HA. Suggestion was:
I’d pull out the broad except handlers and let it raise + add the response.raise_for_status() then handle it in Home Assistant
Not sure if this is something you'd be willing to tackle?
The text was updated successfully, but these errors were encountered: