From 7af0c7ab2c7e0b8fd01aee893b09eb2a806bbc0e Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Sun, 25 Feb 2024 21:48:04 +0000 Subject: [PATCH] fix key sort --- custom_components/openhasp/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/openhasp/manifest.json b/custom_components/openhasp/manifest.json index 30b5d8f..83c5f7d 100644 --- a/custom_components/openhasp/manifest.json +++ b/custom_components/openhasp/manifest.json @@ -8,7 +8,7 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/HASwitchPlate/openHASP-custom-component/issues", "mqtt": ["hasp/discovery/#"], - "zeroconf": ["_openhasp._tcp.local."], "requirements": ["jsonschema>=3.2.0"], - "version": "0.7.1" + "version": "0.7.1", + "zeroconf": ["_openhasp._tcp.local."] }