From 9258cf846d48cfa2e2dd6d332f1fb8f41ed03882 Mon Sep 17 00:00:00 2001 From: Alexey Vlasov Date: Mon, 6 Mar 2023 11:57:06 +0700 Subject: [PATCH] Update manifest.json --- custom_components/pandora_cas/manifest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/pandora_cas/manifest.json b/custom_components/pandora_cas/manifest.json index 059757c..0394587 100644 --- a/custom_components/pandora_cas/manifest.json +++ b/custom_components/pandora_cas/manifest.json @@ -1,12 +1,12 @@ { "domain": "pandora_cas", "name": "Pandora Car Alarm System", - "documentation": "https://github.com/turbulator/pandora-cas", - "issue_tracker": "https://github.com/turbulator/pandora-cas/issues", - "dependencies": [], "codeowners": ["@turbulator"], "config_flow": true, + "dependencies": [], + "documentation": "https://github.com/turbulator/pandora-cas", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/turbulator/pandora-cas/issues", "requirements": [], - "version": "1.4.5", - "iot_class": "cloud_polling" + "version": "1.4.5" }