hOn/custom_components/hon/manifest.json

16 lines
332 B
JSON
Raw Normal View History

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