From 03d231af9ac0ff8e22eaaf3b7d2b99cded7e1c6c Mon Sep 17 00:00:00 2001 From: Antonino Bertulla Date: Tue, 11 Jun 2024 15:11:43 +0000 Subject: [PATCH] Fixing github action - HACS --- custom_components/inim/manifest.json | 1 + hacs.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/inim/manifest.json b/custom_components/inim/manifest.json index b400ad7..034a631 100644 --- a/custom_components/inim/manifest.json +++ b/custom_components/inim/manifest.json @@ -3,6 +3,7 @@ "@nidble" ], "config_flow": false, + "issue_tracker": "https://github.com/nidble/inim_alarm/issues", "dependencies": [], "documentation": "https://github.com/nidble/inim_alarm/", "domain": "inim", diff --git a/hacs.json b/hacs.json index fd5e8cb..48063f9 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,4 @@ { "name": "Inim Alarm", - "render_readme": true, - "iot_class": "cloud_polling" + "render_readme": true } \ No newline at end of file