diff --git a/custom_components/deebot/manifest.json b/custom_components/deebot/manifest.json index 98df93f..09a501d 100644 --- a/custom_components/deebot/manifest.json +++ b/custom_components/deebot/manifest.json @@ -5,10 +5,7 @@ "config_flow": true, "documentation": "https://deebot.readthedocs.io/integrations/home-assistant", "issue_tracker": "https://github.com/DeebotUniverse/Deebot-4-Home-Assistant/issues", - "requirements": [ - "git+https://github.com/DeebotUniverse/client.py@main#deebot-client==0.3.0b0", - "numpy>=1.21.2" - ], + "requirements": ["deebot-client==0.3.0b0", "numpy>=1.21.2"], "codeowners": ["@DeebotUniverse", "@edenhaus"], "iot_class": "cloud_polling" } diff --git a/requirements.txt b/requirements.txt index 13ab6a3..9c5db98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # if code from specifix branch is needed # git+https://github.com/DeebotUniverse/client.py@add-volume#deebot-client==0.0.1b1 -git+https://github.com/DeebotUniverse/client.py@main#deebot-client==0.3.0b0 +deebot-client==0.3.0b0 homeassistant~=2021.11.0 mypy==0.910