Skip to content

Commit

Permalink
Reorder manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyroberts committed Nov 15, 2023
1 parent ef63b5b commit ad8bbc3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions custom_components/wundasmart/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"domain": "wundasmart",
"name": "WundaSmart",
"codeowners": [
"@ob0t",
"@tonyroberts"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/tonyroberts/hawundasmart",
"homekit": {},
"iot_class": "local_polling",
"issue_tracker": "https://github.com/tonyroberts/hawundasmart/issues",
"version": "0.0.1",
"requirements": [
"xmltodict"
],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": [
"@ob0t",
"@tonyroberts"
],
"iot_class": "local_polling"
"version": "0.0.1",
"zeroconf": []
}

0 comments on commit ad8bbc3

Please sign in to comment.