Skip to content

Commit

Permalink
sorted proprerties of manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-bar committed Feb 23, 2023
1 parent 1c60a43 commit 33a8b1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/edgeos/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "edgeos",
"name": "Ubiquiti EdgeOS Routers",
"codeowners": ["@elad-bar"],
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://github.com/elad-bar/ha-edgeos",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/elad-bar/ha-edgeos/issues",
"dependencies": ["http"],
"codeowners": ["@elad-bar"],
"requirements": ["aiohttp"],
"config_flow": true,
"version": "2.0.25",
"iot_class": "local_polling"
"version": "2.0.25"
}

0 comments on commit 33a8b1e

Please sign in to comment.