home-assistant-custom-components.frigate: 5.14.2 -> 5.15.3
https://github.com/blakeblackshear/frigate-hass-integration/releases/tag/v5.15.3
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
From 16b8a6358fb996db0bc72fa155d9775e67f3b6de Mon Sep 17 00:00:00 2001
|
||||
From: Martin Weinelt <hexa@darmstadt.ccc.de>
|
||||
Date: Thu, 7 May 2026 03:13:53 +0200
|
||||
Subject: [PATCH] Drop user_prompt from LLMContext invocaction
|
||||
|
||||
Dropped in 2025.7.0.
|
||||
|
||||
Ref: home-assistant/core@059c12798de2c7b0f285cb79e60c01f4be231701
|
||||
---
|
||||
tests/test_llm_functions.py | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/tests/test_llm_functions.py b/tests/test_llm_functions.py
|
||||
index b21154d1..c1c6e006 100644
|
||||
--- a/tests/test_llm_functions.py
|
||||
+++ b/tests/test_llm_functions.py
|
||||
@@ -28,7 +28,6 @@ def _create_llm_context() -> llm.LLMContext:
|
||||
language="en",
|
||||
assistant=None,
|
||||
device_id=None,
|
||||
- user_prompt=None,
|
||||
)
|
||||
|
||||
|
||||
@@ -19,18 +19,20 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "blakeblackshear";
|
||||
domain = "frigate";
|
||||
version = "5.14.2";
|
||||
version = "5.15.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "blakeblackshear";
|
||||
repo = "frigate-hass-integration";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fgsYznTqJrEh4niyGfksnflRp1PpljrlzJBvs8gKn54=";
|
||||
hash = "sha256-ZDTwC5dm9kAgT/pIHQAK56L2pjyf/PmOjDr0F+Fr+JA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/blakeblackshear/frigate-hass-integration/pull/1070
|
||||
./service-to-action.patch
|
||||
# https://github.com/blakeblackshear/frigate-hass-integration/pull/1085
|
||||
./llmcontext-user-prompt.patch
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user