aboutsummaryrefslogtreecommitdiff
path: root/custom_components/hon/manifest.json
blob: f35b94f00d8f8efbc35a1959cb732c3ac6ae3463 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "domain": "hon",
  "name": "Haier hOn",
  "codeowners": [
    "@Andre0512"
  ],
  "config_flow": true,
  "documentation": "https://github.com/Andre0512/hon/",
  "iot_class": "cloud_polling",
  "issue_tracker": "https://github.com/Andre0512/hon/issues",
  "requirements": [
    "pyhOn==0.14.1"
  ],
  "version": "0.9.0-beta.5"
}