From 30f14cfd1fc8e2353a68c15df50301fcbd7b9936 Mon Sep 17 00:00:00 2001 From: Wibias <37517432+Wibias@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:48:07 +0200 Subject: [PATCH 1/2] Bump version to 3.5.17 in manifest.json --- custom_components/variable/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/variable/manifest.json b/custom_components/variable/manifest.json index 73a6b08..ee21972 100644 --- a/custom_components/variable/manifest.json +++ b/custom_components/variable/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "iso4217>=1.15" ], - "version": "3.5.16" + "version": "3.5.17" } From c496a236bd1436a2cdd727671970d2ccc1aef2ca Mon Sep 17 00:00:00 2001 From: Wibias <37517432+Wibias@users.noreply.github.com> Date: Thu, 10 Sep 2026 04:48:59 +0200 Subject: [PATCH 2/2] Update VERSION to 3.5.17 --- custom_components/variable/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/variable/const.py b/custom_components/variable/const.py index b186ac6..f9d9664 100644 --- a/custom_components/variable/const.py +++ b/custom_components/variable/const.py @@ -2,7 +2,7 @@ from homeassistant.const import Platform -VERSION = "3.5.16" +VERSION = "3.5.17" PLATFORM_NAME = "Variables+History" DOMAIN = "variable"