Skip to content

Commit

Permalink
sort manifest keys
Browse files Browse the repository at this point in the history
  • Loading branch information
parvez committed Dec 11, 2023
1 parent edf1ee3 commit 3bdf270
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/network_scanner/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "network_scanner",
"name": "Network Scanner",
"codeowners": ["@parvez"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/parvez/network_scanner",
"domain": "network_scanner",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/parvez/network_scanner/issues",
"dependencies": [],
"codeowners": ["@parvez"],
"name": "Network Scanner",
"requirements": ["python-nmap"],
"version": "1.0.2",
"iot_class": "local_polling"
"version": "1.0.2"
}

0 comments on commit 3bdf270

Please sign in to comment.