home-assistant: choose caldav_2 in component updater (#526308)

This commit is contained in:
Martin Weinelt
2026-05-31 13:01:52 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -868,7 +868,7 @@
];
"caldav" =
ps: with ps; [
caldav
caldav_2
icalendar
vobject
];
@@ -40,6 +40,7 @@ PKG_SET = "home-assistant.python3Packages"
# following can be used to choose the correct one
PKG_PREFERENCES = {
"av": "av",
"caldav": "caldav_2",
"fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466
"fints": "fints",
"HAP-python": "hap-python",