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

manifest.json « skykettle « custom_components - github.com/ClusterM/skykettle-ha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fc570c64ee65a541b3afc03ae117eee9d8adebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "domain": "skykettle",
  "name": "SkyKettle",
  "version": "2.0",
  "dependencies": ["bluetooth"],
  "requirements": [],
  "codeowners": ["@clusterm"],
  "config_flow": true,
  "iot_class": "local_polling",
  "documentation": "https://github.com/ClusterM/skykettle-ha/blob/master/README.md",
  "issue_tracker": "https://github.com/ClusterM/skykettle-ha/issues"
}