From 3665c10faae2723dab132842df2256ab05e599b0 Mon Sep 17 00:00:00 2001 From: Fabian Seitz Date: Mon, 26 Aug 2024 13:02:12 +0200 Subject: [PATCH] bump version to 3.0.3 --- custom_components/deutschebahn/manifest.json | 2 +- hacs.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/custom_components/deutschebahn/manifest.json b/custom_components/deutschebahn/manifest.json index e8dc62b..d3ed1e0 100644 --- a/custom_components/deutschebahn/manifest.json +++ b/custom_components/deutschebahn/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "schiene==0.26" ], - "version": "3.0.2" + "version": "3.0.3" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index a5418eb..4842715 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,5 @@ { "name": "Deutsche Bahn", "render_readme": true, - "country": ["DE"], - "iot_class": "cloud_polling" + "country": ["DE"] } \ No newline at end of file