From 0b87048a343ab710fd47a1f6b4dba0333a48394e Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 2 Sep 2024 06:04:14 -0400 Subject: [PATCH 1/2] remove duplicate object key --- custom_components/dyson_local/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/dyson_local/manifest.json b/custom_components/dyson_local/manifest.json index 7357afd..9ddf762 100644 --- a/custom_components/dyson_local/manifest.json +++ b/custom_components/dyson_local/manifest.json @@ -5,7 +5,6 @@ "config_flow": true, "dependencies": ["mqtt", "zeroconf"], "documentation": "https://github.com/libdyson-wg/ha-dyson", - "import_executor": true, "iot_class": "local_push", "issue_tracker": "https://github.com/libdyson-wg/ha-dyson/issues", "version": "1.4.1", From ff2e55575eba9d4b8a03a0f7ed1024067ad77553 Mon Sep 17 00:00:00 2001 From: Cody C <50791984+codyc1515@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:28:20 +1200 Subject: [PATCH 2/2] Update alphabetical order in manifest.json --- custom_components/dyson_local/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/dyson_local/manifest.json b/custom_components/dyson_local/manifest.json index 9ddf762..a91cda8 100644 --- a/custom_components/dyson_local/manifest.json +++ b/custom_components/dyson_local/manifest.json @@ -5,8 +5,8 @@ "config_flow": true, "dependencies": ["mqtt", "zeroconf"], "documentation": "https://github.com/libdyson-wg/ha-dyson", + "import_executor": true, "iot_class": "local_push", "issue_tracker": "https://github.com/libdyson-wg/ha-dyson/issues", - "version": "1.4.1", - "import_executor": true + "version": "1.4.1" }