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

This commit is contained in:
R. Ryantm
2026-06-02 14:03:31 +00:00
parent 017304cea5
commit f04fdf5f9c
@@ -9,13 +9,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "skye-harris";
domain = "local_openai";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "hass_local_openai_llm";
tag = finalAttrs.version;
hash = "sha256-S7gtm9JRaxNh6xbeKRyW6l6nXqE4+h9kgyUZ9RkbLR0=";
hash = "sha256-hY5pBuQQ3/Ayr9jZ5clYaxn5aAZcub0XXtiqgBjdfxM=";
};
dependencies = [