Skip to content

Commit

Permalink
Add json config for HACS and custom components
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Oct 14, 2020
1 parent 6565ff8 commit 7c7cb9a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Battery Entity Row",
"filename": "battery-entity-row.js",
"render_readme": true
}
9 changes: 9 additions & 0 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"battery-entity-row": {
"updated_at": "2020-10-14",
"version": "1.0.0",
"remote_location": "https://raw.githubusercontent.com/benct/lovelace-battery-entity-row/master/battery-entity-row.js",
"visit_repo": "https://github.com/benct/lovelace-battery-entity-row",
"changelog": "https://github.com/benct/lovelace-battery-entity-row/blob/master/CHANGELOG.md"
}
}

0 comments on commit 7c7cb9a

Please sign in to comment.