Skip to content

Commit

Permalink
Update cloudapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Noltari authored Jul 23, 2024
1 parent 3d75f5c commit b16f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioairzone_cloud/cloudapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def api_get_installation(self, installation: Installation) -> dict[str, An
"GET",
f"{API_V1}/{API_INSTALLATIONS}/{url_id}",
)
await self.set_api_raw_data(RAW_INSTALLATIONS, dev_id, res)
await self.set_api_raw_data(RAW_INSTALLATIONS, inst_id, res)

return res

Expand Down

0 comments on commit b16f579

Please sign in to comment.