22 lines
420 B
JSON
22 lines
420 B
JSON
{
|
|
"domain": "ecoflow",
|
|
"name": "Ecoflow",
|
|
"version": "2.1",
|
|
"documentation": "https://github.com/vwt12eh8/hassio-ecoflow",
|
|
"issue_tracker": "https://github.com/vwt12eh8/hassio-ecoflow/issues",
|
|
"requirements": [
|
|
"reactivex"
|
|
],
|
|
"config_flow": true,
|
|
"codeowners": [
|
|
"@vwt12eh8"
|
|
],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "ecoflow_*",
|
|
"macaddress": "*"
|
|
}
|
|
],
|
|
"iot_class": "local_push"
|
|
}
|