hOn/custom_components/hon/manifest.json

16 lines
332 B
JSON
Raw Normal View History

2023-03-05 15:16:09 -05:00
{
2023-03-06 07:41:58 -05:00
"domain": "hon",
2023-03-05 15:16:09 -05:00
"name": "Haier hOn",
2023-05-21 14:51:20 -04:00
"codeowners": [
"@Andre0512"
],
2023-03-05 15:16:09 -05:00
"config_flow": true,
2023-03-06 07:41:58 -05:00
"documentation": "https://github.com/Andre0512/hon/",
2023-03-05 15:16:09 -05:00
"iot_class": "cloud_polling",
2023-03-06 07:41:58 -05:00
"issue_tracker": "https://github.com/Andre0512/hon/issues",
2023-05-21 14:51:20 -04:00
"requirements": [
2023-06-10 01:13:07 -04:00
"pyhOn==0.13.0"
2023-05-21 14:51:20 -04:00
],
2023-06-10 01:13:07 -04:00
"version": "0.9.0-beta.1"
2023-03-05 15:16:09 -05:00
}