From 4f0ad94f7e99bfdca4e77cf130ed3052a7f261ee Mon Sep 17 00:00:00 2001 From: dev Date: Mon, 23 Dec 2024 11:55:09 +0100 Subject: [PATCH] chore: bump pyhafas also bump version --- custom_components/hafas/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hafas/manifest.json b/custom_components/hafas/manifest.json index c3d6318..01e5e8d 100644 --- a/custom_components/hafas/manifest.json +++ b/custom_components/hafas/manifest.json @@ -8,8 +8,8 @@ "homekit": {}, "iot_class": "cloud_polling", "issue_tracker": "https://github.com/akloeckner/hacs-hafas/issues", - "requirements": ["pyhafas~=0.5"], + "requirements": ["pyhafas~=0.6"], "ssdp": [], - "version": "0.0.1", + "version": "1.0.4", "zeroconf": [] }