Update version to 2.0.pre0

ecowitt_support
SchiZzA 2026-03-23 18:35:29 +01:00
parent e737fb16d3
commit 7f72497e9e
No known key found for this signature in database
1 changed files with 10 additions and 4 deletions

View File

@ -1,15 +1,21 @@
{ {
"domain": "sws12500", "domain": "sws12500",
"name": "Sencor SWS 12500 Weather Station", "name": "Sencor SWS 12500 Weather Station",
"codeowners": ["@schizza"], "codeowners": [
"@schizza"
],
"config_flow": true, "config_flow": true,
"dependencies": ["http"], "dependencies": [
"http"
],
"documentation": "https://github.com/schizza/SWS-12500-custom-component", "documentation": "https://github.com/schizza/SWS-12500-custom-component",
"homekit": {}, "homekit": {},
"iot_class": "local_push", "iot_class": "local_push",
"issue_tracker": "https://github.com/schizza/SWS-12500-custom-component/issues", "issue_tracker": "https://github.com/schizza/SWS-12500-custom-component/issues",
"requirements": ["typecheck-runtime==0.2.0"], "requirements": [
"typecheck-runtime==0.2.0"
],
"ssdp": [], "ssdp": [],
"version": "1.6.9", "version": "2.0.0-pre0",
"zeroconf": [] "zeroconf": []
} }