Skip to content

Commit

Permalink
Return full response
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaris committed Nov 3, 2023
1 parent e00c350 commit 4627942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/zonneplan_one/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async def async_post(self, connection_uuid: str, path: str) -> dict:

_LOGGER.debug("ZonneplanAPI response body: %s", response_json)

return response_json["data"]
return response_json


class ZonneplanOAuth2Implementation(
Expand Down

0 comments on commit 4627942

Please sign in to comment.