From 527162ded9c173eefd5b1db5cf0db4632233be7a Mon Sep 17 00:00:00 2001 From: SchiZzA Date: Mon, 23 Mar 2026 18:35:29 +0100 Subject: [PATCH] Update version to 2.0.pre0 --- custom_components/sws12500/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/custom_components/sws12500/manifest.json b/custom_components/sws12500/manifest.json index f476379..7acc82a 100644 --- a/custom_components/sws12500/manifest.json +++ b/custom_components/sws12500/manifest.json @@ -12,8 +12,10 @@ "homekit": {}, "iot_class": "local_push", "issue_tracker": "https://github.com/schizza/SWS-12500-custom-component/issues", - "requirements": ["typecheck-runtime==0.2.0"], + "requirements": [ + "typecheck-runtime==0.2.0" + ], "ssdp": [], - "version": "1.8.6", + "version": "2.0.0-pre0", "zeroconf": [] }