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

Commit

Permalink
Fixes for HA 2023.8 (#391)
Browse files Browse the repository at this point in the history
* fix device_info

* upgrade lib to 3.0.0b0
  • Loading branch information
edenhaus authored Jul 29, 2023
1 parent 0369781 commit 6333646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion custom_components/deebot/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def device_info(self) -> DeviceInfo | None:
"""Return device specific attributes."""
device = self._vacuum_bot.device_info
info = DeviceInfo(
default_name="Deebot vacuum",
identifiers={(DOMAIN, device.did)},
manufacturer="Ecovacs",
sw_version=self._vacuum_bot.fw_version,
Expand Down
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": [
"git+https://github.com/DeebotUniverse/client.py@main#deebot-client==2.1.0b0",
"deebot-client==3.0.0b0",
"numpy>=1.21.2"
],
"version": "v0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions 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@main#deebot-client==2.1.0b0
#deebot-client==2.0.1
#git+https://github.com/DeebotUniverse/client.py@main#deebot-client==2.1.0b0
deebot-client==3.0.0b0

homeassistant>=2023.7.0b0
mypy==1.4.1
Expand Down

0 comments on commit 6333646

Please sign in to comment.