From 7f72497e9eb0c186d196712465e30b4a9aa08cc4 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 | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/custom_components/sws12500/manifest.json b/custom_components/sws12500/manifest.json index 9b55655..7acc82a 100644 --- a/custom_components/sws12500/manifest.json +++ b/custom_components/sws12500/manifest.json @@ -1,15 +1,21 @@ { "domain": "sws12500", "name": "Sencor SWS 12500 Weather Station", - "codeowners": ["@schizza"], + "codeowners": [ + "@schizza" + ], "config_flow": true, - "dependencies": ["http"], + "dependencies": [ + "http" + ], "documentation": "https://github.com/schizza/SWS-12500-custom-component", "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.6.9", + "version": "2.0.0-pre0", "zeroconf": [] }