Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos authored Jan 6, 2025
1 parent cdf4f6a commit 317d9fc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions custom_components/ecoflow/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 317d9fc

Please sign in to comment.