mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
parent
7af731694f
commit
ed0ff93d1e
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/ecovacs",
|
"documentation": "https://www.home-assistant.io/integrations/ecovacs",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["sleekxmppfs", "sucks", "deebot_client"],
|
"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
|
py-schluter==0.1.7
|
||||||
|
|
||||||
# homeassistant.components.ecovacs
|
# homeassistant.components.ecovacs
|
||||||
py-sucks==0.9.10
|
py-sucks==0.9.11
|
||||||
|
|
||||||
# homeassistant.components.synology_dsm
|
# homeassistant.components.synology_dsm
|
||||||
py-synologydsm-api==2.7.2
|
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
|
py-nightscout==1.2.2
|
||||||
|
|
||||||
# homeassistant.components.ecovacs
|
# homeassistant.components.ecovacs
|
||||||
py-sucks==0.9.10
|
py-sucks==0.9.11
|
||||||
|
|
||||||
# homeassistant.components.synology_dsm
|
# homeassistant.components.synology_dsm
|
||||||
py-synologydsm-api==2.7.2
|
py-synologydsm-api==2.7.2
|
||||||
|
@ -59,15 +59,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# concord232 > stevedore > pbr > setuptools
|
# concord232 > stevedore > pbr > setuptools
|
||||||
"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": {
|
"efergy": {
|
||||||
# pyefergy > codecov
|
# pyefergy > codecov
|
||||||
# pyefergy > types-pytz
|
# pyefergy > types-pytz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user