Skip to content

Commit

Permalink
fix: ordering of keys in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elsbrock committed Dec 23, 2023
1 parent 4dc6da1 commit bf41581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/cowboy/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"domain": "cowboy",
"name": "Cowboy",
"version": "1.0.0",
"codeowners": [
"@elsbrock"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/elsbrock/cowboy-ha",
"issue_tracker": "https://github.com/elsbrock/cowboy-ha/issues",
"homekit": {},
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/elsbrock/cowboy-ha/issues",
"requirements": [],
"ssdp": [],
"version": "1.0.0",
"zeroconf": []
}

0 comments on commit bf41581

Please sign in to comment.