From b89096eca3692c9658e24d201e2bedba87ad8040 Mon Sep 17 00:00:00 2001 From: Antoni Czaplicki <56671347+Antoni-Czaplicki@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:15:02 +0200 Subject: [PATCH] Bump API version to 2.4.1 --- custom_components/vulcan/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/vulcan/manifest.json b/custom_components/vulcan/manifest.json index 8248936..df63cf2 100644 --- a/custom_components/vulcan/manifest.json +++ b/custom_components/vulcan/manifest.json @@ -7,6 +7,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Antoni-Czaplicki/vulcan-for-hassio/issues", "quality_scale": "silver", - "requirements": ["vulcan-api==2.4.0"], + "requirements": ["vulcan-api==2.4.1"], "version": "0.17.0" }