hon/custom_components/hon/manifest.json

16 lines
330 B
JSON
Raw Normal View History

2023-03-05 13:16:09 -07:00
{
2023-03-06 05:41:58 -07:00
"domain": "hon",
2023-03-05 13:16:09 -07:00
"name": "Haier hOn",
2023-05-21 12:51:20 -06:00
"codeowners": [
"@Andre0512"
],
2023-03-05 13:16:09 -07:00
"config_flow": true,
2023-03-06 05:41:58 -07:00
"documentation": "https://github.com/Andre0512/hon/",
2024-03-24 19:26:20 -06:00
"iot_class": "cloud_push",
2023-03-06 05:41:58 -07:00
"issue_tracker": "https://github.com/Andre0512/hon/issues",
2023-05-21 12:51:20 -06:00
"requirements": [
2024-03-29 07:48:35 -06:00
"pyhOn==0.17.3"
2023-05-21 12:51:20 -06:00
],
2024-03-29 07:48:35 -06:00
"version": "0.14.0-beta.5"
2023-03-05 13:16:09 -07:00
}