Files
homeassistant_config/config/custom_components/ecoflow_cloud/manifest.json
2024-08-09 06:45:02 +02:00

17 lines
408 B
JSON

{
"domain": "ecoflow_cloud",
"name": "Ecoflow-Cloud",
"codeowners": [
"@tolwi"
],
"config_flow": true,
"documentation": "https://github.com/tolwi/hassio-ecoflow-cloud",
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/tolwi/hassio-ecoflow-cloud/issues",
"requirements": [
"paho-mqtt==1.6.1",
"reactivex==4.0.4",
"protobuf>=4.23.0"
],
"version": "0.13.4"
}