Skip to content

Commit

Permalink
Quick fix for dock setup failures
Browse files Browse the repository at this point in the history
  • Loading branch information
JackJPowell committed Dec 2, 2024
1 parent c04bb29 commit 2ee72a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/unfoldedcircle/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"issue_tracker": "https://github.com/JackJPowell/hass-unfoldedcircle/issues",
"requirements": [
"websockets>=12.0,<14",
"pyUnfoldedCircleRemote==0.12.1",
"pyUnfoldedCircleRemote==0.12.2",
"wakeonlan==3.1.0"
],
"version": "0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ async def init_websocket(
"UnfoldedCircleRemote exception in websocket receive callback %s",
ex,
)
raise Exception from ex
except websockets.ConnectionClosed as error:
_LOGGER.debug(
"UnfoldedCircleRemote websocket closed. Waiting before reconnecting... %s",
Expand Down

0 comments on commit 2ee72a3

Please sign in to comment.