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
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"

View File

@ -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",