diff --git a/custom_components/fordpass/manifest.json b/custom_components/fordpass/manifest.json index 8fa6de5..8a5c260 100644 --- a/custom_components/fordpass/manifest.json +++ b/custom_components/fordpass/manifest.json @@ -10,5 +10,6 @@ "zeroconf": [], "homekit": {}, "dependencies": [], + "iot_class": "cloud_polling", "codeowners": ["@itchannel"] - } + } \ No newline at end of file diff --git a/custom_components/fordpass/translations/en.json b/custom_components/fordpass/translations/en.json index 201bacf..866404e 100644 --- a/custom_components/fordpass/translations/en.json +++ b/custom_components/fordpass/translations/en.json @@ -30,5 +30,6 @@ "description": "Configure fordpass options" } } - } + }, + "title": "Fordpass" } \ No newline at end of file