Skip to content

Commit

Permalink
Add HACS support
Browse files Browse the repository at this point in the history
  • Loading branch information
kvj committed Oct 13, 2021
1 parent c699d85 commit 418536d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/openwrt/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"domain": "openwrt",
"name": "OpenWrt",
"documentation": "https://github.com/",
"documentation": "https://github.com/kvj/hass_openwrt",
"issue_tracker": "https://github.com/kvj/hass_openwrt/issues",
"dependencies": [],
"codeowners": [],
"codeowners": ["@kvj"],
"requirements": [],
"iot_class": "local_polling",
"config_flow": true,
Expand Down
5 changes: 5 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "OpenWrt",
"domains": ["sensor"],
"render_readme": true
}

0 comments on commit 418536d

Please sign in to comment.