From 7923e751641e6a78f9dda2bf7e5445f87c44c5cf Mon Sep 17 00:00:00 2001 From: Sanjoy Ghosh Date: Sun, 21 Jan 2024 11:19:31 +0530 Subject: [PATCH] updated manifest --- custom_components/dirigera_platform/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/dirigera_platform/manifest.json b/custom_components/dirigera_platform/manifest.json index 252205c..f616bb2 100755 --- a/custom_components/dirigera_platform/manifest.json +++ b/custom_components/dirigera_platform/manifest.json @@ -1,13 +1,13 @@ { "domain": "dirigera_platform", "name": "IKEA Dirigera Hub Integration", + "after_dependencies": ["http"], "codeowners": ["@sanjoyg"], - "version": "0.0.1", - "documentation": "https://github.com/sanjoyg/dirigera_platform", - "issue_tracker": "https://github.com/sanjoyg/dirigera_platform", "config_flow": true, - "after_dependencies": ["http"], - "requirements": ["dirigera"], + "documentation": "https://github.com/sanjoyg/dirigera_platform", "iot_class": "local_polling", + "issue_tracker": "https://github.com/sanjoyg/dirigera_platform", "loggers": ["custom_components.dirigera_platform"] + "requirements": ["dirigera"], + "version": "0.0.1", }