From 09edf5c7de0114cb309dd93eec8a8d5385f291bb Mon Sep 17 00:00:00 2001 From: Daniel <3638478+Danieldiazi@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:20:03 +0100 Subject: [PATCH] Update hacs.json --- hacs.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/hacs.json b/hacs.json index 665b896..cd87f26 100644 --- a/hacs.json +++ b/hacs.json @@ -2,12 +2,15 @@ "name": "Honda Recall Check", "description": "Integración personalizada para comprobar llamadas a revisión de vehículos Honda.", "domain": "honda_recall_check", - "documentation": "https://github.com/danieldiazi/honda_recall_check", - "repository": "https://github.com/danieldiazi/honda_recall_check", + "documentation": "https://github.com/Danieldiazi/honda_recall_check", + "repository": "https://github.com/Danieldiazi/honda_recall_check", "version": "1.0.0", - "issue_tracker": "https://github.com/danieldiazi/honda_recall_check/issues", + "issue_tracker": "https://github.com/Danieldiazi/honda_recall_check/issues", "requirements": ["requests"], - "codeowners": ["@danieldiazi"], + "codeowners": ["@Danieldiazi"], "iot_class": "cloud_polling", - "country": "ES" + "country": "ES", + "zip_release": true, + "filename": "honda-recall-check.zip" } +