Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/skykettle-ha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom_components/skykettle/manifest.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/custom_components/skykettle/manifest.json b/custom_components/skykettle/manifest.json
index 2517ea9..4b61cfb 100644
--- a/custom_components/skykettle/manifest.json
+++ b/custom_components/skykettle/manifest.json
@@ -1,12 +1,11 @@
{
"domain": "skykettle",
"name": "SkyKettle",
- "version": "2.1",
- "dependencies": ["bluetooth"],
- "requirements": [],
"codeowners": ["@clusterm"],
"config_flow": true,
+ "dependencies": ["bluetooth"],
"iot_class": "local_polling",
- "documentation": "https://github.com/ClusterM/skykettle-ha/blob/master/README.md",
- "issue_tracker": "https://github.com/ClusterM/skykettle-ha/issues"
+ "issue_tracker": "https://github.com/ClusterM/skykettle-ha/issues",
+ "requirements": [],
+ "version": "2.1"
}