home-assistant: use PyAV directly

This commit is contained in:
Emily 2024-07-16 20:20:21 +01:00
parent e577b966bd
commit 17f76e2661
2 changed files with 4 additions and 3 deletions

View File

@ -768,6 +768,7 @@
aiodhcpwatcher
aiodiscover
async-upnp-client
av
bleak
bleak-retry-connector
bluetooth-adapters
@ -776,7 +777,6 @@
cached-ipaddress
dbus-fast
fnv-hash-fast
ha-av
ha-ffmpeg
habluetooth
hass-nabucasa
@ -1481,7 +1481,7 @@
aio-georss-gdacs
];
"generic" = ps: with ps; [
ha-av
av
pillow
];
"generic_hygrostat" = ps: with ps; [
@ -4295,7 +4295,7 @@
"stookwijzer" = ps: with ps; [
]; # missing inputs: stookwijzer
"stream" = ps: with ps; [
ha-av
av
numpy_1
pyturbojpeg
];

View File

@ -41,6 +41,7 @@ PKG_SET = "home-assistant.python.pkgs"
PKG_PREFERENCES = {
"fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466
"HAP-python": "hap-python",
"ha-av": "av",
"numpy": "numpy_1",
"ollama-hass": "ollama",
"paho-mqtt": "paho-mqtt_1",