Files
homeassistant_config/config/custom_components/ecoflow/manifest.json
2024-08-26 13:38:09 +02:00

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"
}