From e81bb8914dee66862bbbc459bf11300ebf0698f1 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 23 Dec 2024 12:59:36 +0100 Subject: [PATCH] Sort manifest entries alphabetically --- custom_components/bwt_perla/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/bwt_perla/manifest.json b/custom_components/bwt_perla/manifest.json index b741094..13a930d 100644 --- a/custom_components/bwt_perla/manifest.json +++ b/custom_components/bwt_perla/manifest.json @@ -5,12 +5,12 @@ "config_flow": true, "dependencies": [], "documentation": "https://github.com/dkarv/hacs-bwt-perla/blob/master/README.md", - "version": "0.5.0", "homekit": {}, "integration_type": "device", "iot_class": "local_polling", "issue_tracker": "https://github.com/dkarv/hacs-bwt-perla/issues", "requirements": ["bwt_api==0.4.2"], "ssdp": [], + "version": "0.5.0", "zeroconf": [] }