Skip to content

Commit

Permalink
Adjust config manifest.json and hacs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed May 1, 2024
1 parent 4580b68 commit 204b98e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 6 additions & 4 deletions custom_components/smartthings_soundbar/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"domain": "smartthings_soundbar",
"name": "SmartThings Soundbar",
"codeowners": [
"@PiotrMachowski"
],
"dependencies": [],
"documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-SmartThings-Soundbar",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-SmartThings-Soundbar/issues",
"requirements": [],
"dependencies": [],
"codeowners": ["@PiotrMachowski"],
"version": "v1.0.3",
"iot_class": "cloud_polling"
"version": "v1.0.3"
}
1 change: 0 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "SmartThings Soundbar",
"domains": ["media_player"],
"render_readme": true,
"zip_release": true,
"filename": "smartthings_soundbar.zip"
Expand Down

0 comments on commit 204b98e

Please sign in to comment.