Skip to content

Commit

Permalink
Sort keys
Browse files Browse the repository at this point in the history
It seems to be a check in hassfest:
> Manifest keys have been sorted: domain, name, then alphabetical order
  • Loading branch information
tijsverkoyen committed Feb 27, 2023
1 parent 124f9b4 commit e21d006
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/nhc2/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"domain": "nhc2",
"name": "Niko Home Control II",
"version": "v3.0.0",
"integration_type": "hub",
"documentation": "https://github.com/joleys/niko-home-control-II/blob/master/README.md",
"issue_tracker": "https://github.com/joleys/niko-home-control-II/issues",
"dependencies": [],
"codeowners": [
"@filipvh",
"@joleys",
"@tijsverkoyen"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/joleys/niko-home-control-II/blob/master/README.md",
"integration_type": "hub",
"iot_class": "local_push",
"issue_tracker": "https://github.com/joleys/niko-home-control-II/issues",
"requirements": [
"paho-mqtt==1.6.1",
"getmac==0.8.3"
],
"iot_class": "local_push"
"version": "v3.0.0"
}

0 comments on commit e21d006

Please sign in to comment.