home-assistant-custom-components.llm_intents: 1.8.1 -> 1.8.2

Diff: https://github.com/skye-harris/llm_intents/compare/1.8.1...1.8.2

Changelog: https://github.com/skye-harris/llm_intents/releases/tag/1.8.2
This commit is contained in:
Robert Schütz
2026-06-09 18:20:43 -07:00
parent 98d03d1846
commit 752833d580
@@ -13,13 +13,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "skye-harris";
domain = "llm_intents";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "llm_intents";
tag = finalAttrs.version;
hash = "sha256-KIC9rDu2AKSLlW0lNXR05AyhreAnFAhNuNRlqdZwy5w=";
hash = "sha256-UYWt+PpG0M1DE1nHqLJ/npp29JyfNz19Pyb1Jv3LM48=";
};
dependencies = [