Skip to content

Commit

Permalink
Breakfix: point to correct hass
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwolsink committed Jan 6, 2025
1 parent 9eddd39 commit 8401296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/aguaiot/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def async_step_user(self, user_input=None):
login_api_url=login_api_url,
brand_id=brand_id,
brand=brand,
async_client=get_async_client(hass),
async_client=get_async_client(self.hass),
)
await agua.connect()
except UnauthorizedError as e:
Expand Down

0 comments on commit 8401296

Please sign in to comment.