From 497fc64a33994b8595d2b6d89a2694fa6fea91cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Fr=C3=B6hlich?= <85313672+valentinfrlch@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:44:49 +0200 Subject: [PATCH] Update manifest.json to 1.0.4 --- custom_components/llmvision/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/llmvision/manifest.json b/custom_components/llmvision/manifest.json index de58461..28f11a1 100644 --- a/custom_components/llmvision/manifest.json +++ b/custom_components/llmvision/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://github.com/valentinfrlch/ha-llmvision", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/valentinfrlch/ha-llmvision/issues", - "version": "1.0.3" -} \ No newline at end of file + "version": "1.0.4" +}