mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Replace archived sucks by py-sucks and bump to 0.9.8 for Ecovacs integration (#77768)
This commit is contained in:
parent
2b63d7644a
commit
03b3959b95
@ -277,7 +277,7 @@ build.json @home-assistant/supervisor
|
|||||||
/tests/components/ecobee/ @marthoc
|
/tests/components/ecobee/ @marthoc
|
||||||
/homeassistant/components/econet/ @vangorra @w1ll1am23
|
/homeassistant/components/econet/ @vangorra @w1ll1am23
|
||||||
/tests/components/econet/ @vangorra @w1ll1am23
|
/tests/components/econet/ @vangorra @w1ll1am23
|
||||||
/homeassistant/components/ecovacs/ @OverloadUT
|
/homeassistant/components/ecovacs/ @OverloadUT @mib1185
|
||||||
/homeassistant/components/ecowitt/ @pvizeli
|
/homeassistant/components/ecowitt/ @pvizeli
|
||||||
/tests/components/ecowitt/ @pvizeli
|
/tests/components/ecowitt/ @pvizeli
|
||||||
/homeassistant/components/edl21/ @mtdcr
|
/homeassistant/components/edl21/ @mtdcr
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"domain": "ecovacs",
|
"domain": "ecovacs",
|
||||||
"name": "Ecovacs",
|
"name": "Ecovacs",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ecovacs",
|
"documentation": "https://www.home-assistant.io/integrations/ecovacs",
|
||||||
"requirements": ["sucks==0.9.4"],
|
"requirements": ["py-sucks==0.9.8"],
|
||||||
"codeowners": ["@OverloadUT"],
|
"codeowners": ["@OverloadUT", "@mib1185"],
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["sleekxmppfs", "sucks"]
|
"loggers": ["sleekxmppfs", "sucks"]
|
||||||
}
|
}
|
||||||
|
@ -1351,6 +1351,9 @@ py-nightscout==1.2.2
|
|||||||
# homeassistant.components.schluter
|
# homeassistant.components.schluter
|
||||||
py-schluter==0.1.7
|
py-schluter==0.1.7
|
||||||
|
|
||||||
|
# homeassistant.components.ecovacs
|
||||||
|
py-sucks==0.9.8
|
||||||
|
|
||||||
# homeassistant.components.synology_dsm
|
# homeassistant.components.synology_dsm
|
||||||
py-synologydsm-api==1.0.8
|
py-synologydsm-api==1.0.8
|
||||||
|
|
||||||
@ -2311,9 +2314,6 @@ stringcase==1.2.0
|
|||||||
# homeassistant.components.subaru
|
# homeassistant.components.subaru
|
||||||
subarulink==0.5.0
|
subarulink==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.ecovacs
|
|
||||||
sucks==0.9.4
|
|
||||||
|
|
||||||
# homeassistant.components.solarlog
|
# homeassistant.components.solarlog
|
||||||
sunwatcher==0.2.1
|
sunwatcher==0.2.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user