From 5f786a047d9ed00692c563083794fd8bc8c5cf06 Mon Sep 17 00:00:00 2001 From: Antonino Bertulla Date: Tue, 11 Jun 2024 15:14:19 +0000 Subject: [PATCH] Fixing github action - hassfest --- custom_components/inim/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/inim/manifest.json b/custom_components/inim/manifest.json index 034a631..88c9aed 100644 --- a/custom_components/inim/manifest.json +++ b/custom_components/inim/manifest.json @@ -1,14 +1,14 @@ { + "domain": "inim", + "name": "Inim Alarm", "codeowners": [ "@nidble" ], "config_flow": false, - "issue_tracker": "https://github.com/nidble/inim_alarm/issues", "dependencies": [], "documentation": "https://github.com/nidble/inim_alarm/", - "domain": "inim", "iot_class": "cloud_polling", - "name": "Inim Alarm", + "issue_tracker": "https://github.com/nidble/inim_alarm/issues", "requirements": [ "pyinim==0.0.18" ],