Skip to content

Commit

Permalink
fix: sort manifest.json keys alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak authored Jan 29, 2024
1 parent 43dfc39 commit 10f5896
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions custom_components/mcp2221/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"domain": "mcp2221",
"name": "MCP2221",
"codeowners": ["@pilotak"],
"config_flow": false,
"dependencies": [],
"documentation": "https://github.com/pilotak/homeassistant-mcp2221",
"integration_type": "hub",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/pilotak/homeassistant-mcp2221/issues",
"requirements": ["mcp2221~=1.1"],
"version": "1.0.0",
"usb": [
{
"vid": "1240",
"pid": "221"
}
]
"domain": "mcp2221",
"name": "MCP2221",
"codeowners": [
"@pilotak"
],
"config_flow": false,
"dependencies": [],
"documentation": "https://github.com/pilotak/homeassistant-mcp2221",
"integration_type": "hub",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/pilotak/homeassistant-mcp2221/issues",
"requirements": [
"mcp2221~=1.1"
],
"usb": [
{
"vid": "1240",
"pid": "221"
}
],
"version": "1.0.0"
}

0 comments on commit 10f5896

Please sign in to comment.