mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/ecovacs",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["sleekxmppfs", "sucks", "deebot_client"],
|
||||
"requirements": ["py-sucks==0.9.10", "deebot-client==13.2.1"]
|
||||
"requirements": ["py-sucks==0.9.11", "deebot-client==13.2.1"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1768,7 +1768,7 @@ py-nightscout==1.2.2
|
||||
py-schluter==0.1.7
|
||||
|
||||
# homeassistant.components.ecovacs
|
||||
py-sucks==0.9.10
|
||||
py-sucks==0.9.11
|
||||
|
||||
# homeassistant.components.synology_dsm
|
||||
py-synologydsm-api==2.7.2
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1467,7 +1467,7 @@ py-nextbusnext==2.1.2
|
||||
py-nightscout==1.2.2
|
||||
|
||||
# homeassistant.components.ecovacs
|
||||
py-sucks==0.9.10
|
||||
py-sucks==0.9.11
|
||||
|
||||
# homeassistant.components.synology_dsm
|
||||
py-synologydsm-api==2.7.2
|
||||
|
@ -59,15 +59,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
# concord232 > stevedore > pbr > setuptools
|
||||
"pbr": {"setuptools"}
|
||||
},
|
||||
"ecovacs": {
|
||||
# py-sucks > pycountry-convert > pytest-cov > pytest
|
||||
"pytest-cov": {"pytest", "wheel"},
|
||||
# py-sucks > pycountry-convert > pytest-mock > pytest
|
||||
"pytest-mock": {"pytest", "wheel"},
|
||||
# py-sucks > pycountry-convert > pytest
|
||||
# py-sucks > pycountry-convert > wheel
|
||||
"pycountry-convert": {"pytest", "wheel"},
|
||||
},
|
||||
"efergy": {
|
||||
# pyefergy > codecov
|
||||
# pyefergy > types-pytz
|
||||
|
Reference in New Issue
Block a user