diff --git a/custom_components/honda_recall_check/manifest.json b/custom_components/honda_recall_check/manifest.json index 680e5cc..46a07ea 100644 --- a/custom_components/honda_recall_check/manifest.json +++ b/custom_components/honda_recall_check/manifest.json @@ -1,11 +1,16 @@ { "domain": "honda_recall_check", "name": "Honda Recall Check", - "version": "1.0.0", - "documentation": "https://github.com/Danieldiazi/honda_recall_check", - "requirements": ["requests"], "codeowners": ["@danieldiazi"], "config_flow": true, + "documentation": "https://github.com/Danieldiazi/honda_recall_check", "iot_class": "cloud_polling" + "requirements": ["requests"], + "version": "1.0.0", + + + + + }