Skip to content

Commit

Permalink
validate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChessSpider committed Sep 25, 2023
1 parent 99963d4 commit 977964e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 1 addition & 3 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"name": "DVS Portal",
"domains": ["sensor"],
"issue_tracker": "https://github.com/chessspider/dvsportal/issues",
"name": "DVS Portal",
"render_readme": true,
"content_in_root": true
}
23 changes: 12 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"domain": "dvsportal",
"name": "DVSPortal",
"version": "0.1.0",
"config_flow": true,
"codeowners": [],
"dependencies": [],
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": [],
"documentation": "https://github.com/chessspider/ha-dvsportal#readme"
}
"domain": "dvsportal",
"name": "DVSPortal",
"version": "0.1.0",
"config_flow": true,
"codeowners": [],
"dependencies": [],
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": [],
"documentation": "https://github.com/chessspider/ha-dvsportal#readme",
"issue_tracker": "https://github.com/ChessSpider/dvsportal/issues"
}

0 comments on commit 977964e

Please sign in to comment.