mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
home-assistant: use PyAV directly
This commit is contained in:
parent
e577b966bd
commit
17f76e2661
@ -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
|
||||
];
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user