home-assistant-custom-components.local_openai: 1.11.1 -> 1.12.0

Diff: https://github.com/skye-harris/hass_local_openai_llm/compare/1.11.1...1.12.0

Changelog: https://github.com/skye-harris/hass_local_openai_llm/releases/tag/1.12.0
This commit is contained in:
Robert Schütz
2026-09-03 12:29:34 -07:00
parent 9978a0d764
commit bce2012b54

View File

@@ -9,13 +9,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "skye-harris";
domain = "local_openai";
version = "1.11.1";
version = "1.12.0";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "hass_local_openai_llm";
tag = finalAttrs.version;
hash = "sha256-mwHpQGxVL6jkvn7uYKe06549W0MNvgxme3Z7qZicITw=";
hash = "sha256-dWivoN5k33fuNlws5BWm9ebV2KZ4Pk2PkzVlAcayDz4=";
};
dependencies = [