From f7f75d73aec0bc9a04f06a233e358c4fb8758b9f Mon Sep 17 00:00:00 2001 From: ludeeus Date: Mon, 22 Jul 2024 19:00:34 +0000 Subject: [PATCH] Fix hassfest --- custom_components/healthchecksio/manifest.json | 1 + custom_components/healthchecksio/translations/en.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/healthchecksio/manifest.json b/custom_components/healthchecksio/manifest.json index 23429f5..8e0ebc0 100644 --- a/custom_components/healthchecksio/manifest.json +++ b/custom_components/healthchecksio/manifest.json @@ -3,6 +3,7 @@ "name": "Healthchecks.io", "documentation": "https://github.com/custom-components/healthchecksio", "issue_tracker": "https://github.com/custom-components/healthchecksio/issues", + "iot_class": "cloud_pull", "config_flow": true, "codeowners": [ "@ludeeus" diff --git a/custom_components/healthchecksio/translations/en.json b/custom_components/healthchecksio/translations/en.json index fc3741d..b172f63 100644 --- a/custom_components/healthchecksio/translations/en.json +++ b/custom_components/healthchecksio/translations/en.json @@ -1,6 +1,5 @@ { "config": { - "title": "Healthchecks.io", "step": { "user": { "title": "Healthchecks.io",