diff --git a/custom_components/ecoflow/manifest.json b/custom_components/ecoflow/manifest.json index f3330af..aeec897 100644 --- a/custom_components/ecoflow/manifest.json +++ b/custom_components/ecoflow/manifest.json @@ -1,21 +1,21 @@ { "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" + "@submarcos" ], + "config_flow": true, "dhcp": [ { "hostname": "ecoflow_*", "macaddress": "*" } ], - "iot_class": "local_push" + "documentation": "https://github.com/submarcos/hassio-ecoflow", + "iot_class": "local_push", + "issue_tracker": "https://github.com/submarcos/hassio-ecoflow/issues", + "requirements": [ + "reactivex" + ], + "version": "2.1" }