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: 2517ea97e76c2e6a03d2d7cf426b7ee6883c353a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "domain": "skykettle",
  "name": "SkyKettle",
  "version": "2.1",
  "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"
}