Skip to content

Commit

Permalink
remove useless actions from credentials checks
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilP committed Nov 11, 2023
1 parent 7974bd6 commit 33d0fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deltadore-tydom/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def get_tydom_credentials(

async def test_credentials(self) -> None:
"""Validate credentials."""
connection = await self.connect()
connection = await self._tydom_client.async_connect()
await connection.close()

async def setup(self, connection: ClientWebSocketResponse) -> None:
Expand Down

0 comments on commit 33d0fb2

Please sign in to comment.