Merge pull request #320040 from mweinelt/home-assistant-ollama

home-assistant: update component packages
This commit is contained in:
Martin Weinelt 2024-06-15 14:12:42 +02:00 committed by GitHub
commit e89b1a666a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -3138,8 +3138,9 @@
hassil hassil
home-assistant-intents home-assistant-intents
mutagen mutagen
ollama
webrtc-noise-gain webrtc-noise-gain
]; # missing inputs: ollama-hass ];
"ombi" = ps: with ps; [ "ombi" = ps: with ps; [
pyombi pyombi
]; ];
@ -5708,6 +5709,7 @@
"nx584" "nx584"
"obihai" "obihai"
"octoprint" "octoprint"
"ollama"
"omnilogic" "omnilogic"
"onboarding" "onboarding"
"oncue" "oncue"

View File

@ -41,6 +41,7 @@ PKG_SET = "home-assistant.python.pkgs"
PKG_PREFERENCES = { PKG_PREFERENCES = {
"fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466 "fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466
"HAP-python": "hap-python", "HAP-python": "hap-python",
"ollama-hass": "ollama",
"SQLAlchemy": "sqlalchemy", "SQLAlchemy": "sqlalchemy",
"tensorflow": "tensorflow", "tensorflow": "tensorflow",
"yt-dlp": "yt-dlp", "yt-dlp": "yt-dlp",