Skip to content

Commit

Permalink
Fix JSON syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Feb 25, 2023
1 parent 8c1c0b3 commit b0e8613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/candy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dependencies": [],
"documentation": "https://github.com/ofalvai/home-assistant-candy",
"homekit": {},
"iot_class": "local_polling"
"iot_class": "local_polling",
"issue_tracker": "https://github.com/ofalvai/home-assistant-candy/issues",
"requirements": [
"backoff~=2.0",
"aiolimiter~=1.0"
],
"ssdp": [],
"version": "1.0.0",
"zeroconf": [],
"zeroconf": []
}

0 comments on commit b0e8613

Please sign in to comment.