Skip to content

Commit

Permalink
style: sort manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Mar 5, 2023
1 parent be8aee6 commit 6f1cc42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/tesla_custom/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"domain": "tesla_custom",
"name": "Tesla Custom Integration",
"config_flow": true,
"documentation": "https://github.com/alandtse/tesla/wiki",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"requirements": ["teslajsonpy==3.7.2"],
"codeowners": ["@alandtse"],
"config_flow": true,
"dependencies": ["http"],
"dhcp": [
{
Expand All @@ -21,7 +18,10 @@
"macaddress": "98ED5C*"
}
],
"documentation": "https://github.com/alandtse/tesla/wiki",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/alandtse/tesla/issues",
"loggers": ["teslajsonpy"],
"requirements": ["teslajsonpy==3.7.2"],
"version": "3.10.0"
}

0 comments on commit 6f1cc42

Please sign in to comment.