From ad8bbc371f3e6a6dbd190a8f9fbfe9df212de5b7 Mon Sep 17 00:00:00 2001 From: Tony Roberts Date: Wed, 15 Nov 2023 17:27:40 +0000 Subject: [PATCH] Reorder manifest.json --- custom_components/wundasmart/manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/custom_components/wundasmart/manifest.json b/custom_components/wundasmart/manifest.json index 9b1c362..b13ce12 100644 --- a/custom_components/wundasmart/manifest.json +++ b/custom_components/wundasmart/manifest.json @@ -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": [] }