home-assistant: update component packages

Use the upstream ollama python library, instead of the ollama-hass fork.
This commit is contained in:
Martin Weinelt
2024-06-15 14:04:07 +02:00
parent c339c066b8
commit 6a899b7b15
2 changed files with 4 additions and 1 deletions
@@ -3138,8 +3138,9 @@
hassil
home-assistant-intents
mutagen
ollama
webrtc-noise-gain
]; # missing inputs: ollama-hass
];
"ombi" = ps: with ps; [
pyombi
];
@@ -5708,6 +5709,7 @@
"nx584"
"obihai"
"octoprint"
"ollama"
"omnilogic"
"onboarding"
"oncue"
@@ -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",
"ollama-hass": "ollama",
"SQLAlchemy": "sqlalchemy",
"tensorflow": "tensorflow",
"yt-dlp": "yt-dlp",