From b86eee5f195681bc72bbcce8e3c59dcb3a8cd7f3 Mon Sep 17 00:00:00 2001 From: Arjan <44190435+vingerha@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:47:26 +0100 Subject: [PATCH] Update manifest.json --- custom_components/gtfs2/manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/custom_components/gtfs2/manifest.json b/custom_components/gtfs2/manifest.json index 82fa4a7..9349aaf 100644 --- a/custom_components/gtfs2/manifest.json +++ b/custom_components/gtfs2/manifest.json @@ -6,7 +6,6 @@ "documentation": "https://github.com/vingerha/gtfs2", "iot_class": "local_polling", "issue_tracker": "https://github.com/vingerha/gtfs2/issues", - "loggers": ["pygtfs"], - "requirements": ["pygtfs==0.1.9"] - "version": "0.1.2", + "requirements": ["pygtfs==0.1.9"], + "version": "0.1.2" }