Skip to content

Commit

Permalink
Add HACS Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki committed Jul 26, 2024
1 parent 15a0da9 commit dcec0ee
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions custom_components/emonio/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"domain": "emonio",
"name": "Emonio P3",
"version": "0.1.0",
"documentation": "https://github.com/Emonio/hacs-emonio-p3",
"requirements": ["pymodbus==2.5.3"],
"isssue_tracker": "https://github.com/Emonio/hacs-emonio-p3/issues",
"codeowners": ["@andsk8"],
"codeowners": [
"@andsk8"
],
"config_flow": true,
"iot_class": "local_polling"
}

"documentation": "https://github.com/Emonio/hacs-emonio-p3",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/Emonio/hacs-emonio-p3/issues",
"requirements": [
"pymodbus==2.5.3"
],
"version": "0.1.0"
}

0 comments on commit dcec0ee

Please sign in to comment.