From 61abc6ddbd7b2e3c5fbdb93df63a380a457c0232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 16 Nov 2025 20:05:49 -0800 Subject: [PATCH] home-assistant: fix update-component-packages.py We don't want to use the versioned attribute python3Packages.av_13 even though we override av to be that package. --- pkgs/servers/home-assistant/update-component-packages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/home-assistant/update-component-packages.py b/pkgs/servers/home-assistant/update-component-packages.py index ab29b720baad..3667f70331bd 100755 --- a/pkgs/servers/home-assistant/update-component-packages.py +++ b/pkgs/servers/home-assistant/update-component-packages.py @@ -39,6 +39,7 @@ PKG_SET = "home-assistant.python.pkgs" # If some requirements are matched by multiple or no Python packages, the # following can be used to choose the correct one PKG_PREFERENCES = { + "av": "av", "fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466 "HAP-python": "hap-python", "ha-av": "av",