Update homeassistant

This commit is contained in:
tschettervictor
2024-09-18 09:01:08 -06:00
committed by GitHub
parent 23adb6d3c0
commit 5198e44806

View File

@@ -262,9 +262,6 @@ homeassistant_install() {
shift 3
pip install ${@}
fi
# workaround for numpy and web-rtc-noise-gain
pip3 install numpy==1.26.0
pip3 install git+https://github.com/rhasspy/webrtc-noise-gain.git@a5ea46ffa29e76d5bde2b0bafaa28bee21cb7415
deactivate
' _ ${_create_:-"NO"} ${homeassistant_python} ${homeassistant_venv} "${_arg_}" || err 1 "install function failed"
}