Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix: Update websockets to compatible version (#34)
Browse files Browse the repository at this point in the history
Home Assistant needs a newer websocket version.
  • Loading branch information
r4nt committed Apr 15, 2023
1 parent 3137cf3 commit 15c2fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/homee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"issue_tracker": "https://github.com/FreshlyBrewedCode/hacs-homee/issues",
"requirements": [
"pymee==1.6.0",
"websockets==10.3"
"websockets==11.0.1"
],
"ssdp": [],
"version": "2.3.2"
}
}

0 comments on commit 15c2fec

Please sign in to comment.