Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Update deebot client to 4.0.0 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Dec 6, 2023
1 parent 587c809 commit 9e4103f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/deebot/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"deebot_client"
],
"requirements": [
"deebot-client==4.0.0b0",
"deebot-client==4.0.0",
"numpy>=1.23.2"
],
"version": "v0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# if code from specific branch is needed
#git+https://github.com/DeebotUniverse/client.py@dev#deebot-client==4.0.0dev0
deebot-client==4.0.0b0
deebot-client==4.0.0

homeassistant>=2023.11.0b0
mypy==1.7.1
Expand Down

0 comments on commit 9e4103f

Please sign in to comment.