From 6f1cc42f0abecd86ce95264fb79d52a8f6ebd279 Mon Sep 17 00:00:00 2001 From: "Alan D. Tse" Date: Sat, 4 Mar 2023 22:31:18 -0800 Subject: [PATCH] style: sort manifest.json --- custom_components/tesla_custom/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/tesla_custom/manifest.json b/custom_components/tesla_custom/manifest.json index d885180c..1e9182b0 100644 --- a/custom_components/tesla_custom/manifest.json +++ b/custom_components/tesla_custom/manifest.json @@ -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": [ { @@ -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" }