hOn/custom_components/hon/manifest.json

16 lines
330 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/",
2024-03-24 21:26:20 -04:00
"iot_class": "cloud_push",
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": [
2024-03-29 09:48:35 -04:00
"pyhOn==0.17.3"
2023-05-21 14:51:20 -04:00
],
2024-03-29 09:48:35 -04:00
"version": "0.14.0-beta.5"
2023-03-05 15:16:09 -05:00
}