From 71f43f33f0d1193a1ee66381a4a828e10c426974 Mon Sep 17 00:00:00 2001 From: Daniel <3638478+Danieldiazi@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:30:33 +0100 Subject: [PATCH] Update manifest.json --- custom_components/honda_recall_check/manifest.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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", + + + + + }