home-assistant-custom-components.local_openai: 1.7.0 -> 1.8.0

Diff: https://github.com/skye-harris/hass_local_openai_llm/compare/1.7.0...1.8.0

Changelog: https://github.com/skye-harris/hass_local_openai_llm/releases/tag/1.8.0
This commit is contained in:
Robert Schütz
2026-06-09 18:20:44 -07:00
parent ddf049ff27
commit ed86ffb0fa
@@ -9,13 +9,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "skye-harris";
domain = "local_openai";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "hass_local_openai_llm";
tag = finalAttrs.version;
hash = "sha256-hY5pBuQQ3/Ayr9jZ5clYaxn5aAZcub0XXtiqgBjdfxM=";
hash = "sha256-L5gcjKTT9KvTHCuUxg+r0mBJ+jRZqLvF9o+X+6tSH6g=";
};
dependencies = [