Remove deprecated (old) Z-Wave integration (#67221)

* Remove deprecated (old) Z-Wave integration

* Mark migration tests as skip, for later cleanup
This commit is contained in:
Franck Nijhof
2022-03-18 13:09:10 +01:00
committed by GitHub
parent 35261a9089
commit 2686be921c
106 changed files with 6 additions and 13535 deletions

View File

@@ -15,8 +15,7 @@ RUN \
-r homeassistant/requirements.txt --use-deprecated=legacy-resolver
COPY requirements_all.txt homeassistant/
RUN \
sed -i "s|# homeassistant-pyozw|homeassistant-pyozw|g" homeassistant/requirements_all.txt \
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
-r homeassistant/requirements_all.txt --use-deprecated=legacy-resolver
## Setup Home Assistant Core