From 9553c8b8f9f7ed0d240b14f6ae65f8f4ba2a24e8 Mon Sep 17 00:00:00 2001 From: 5ila5 <5ila5@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:40:59 +0200 Subject: [PATCH] fix icalevents version 0.1.28 causing problems --- custom_components/waste_collection_schedule/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/waste_collection_schedule/manifest.json b/custom_components/waste_collection_schedule/manifest.json index f4672dab..950a2734 100644 --- a/custom_components/waste_collection_schedule/manifest.json +++ b/custom_components/waste_collection_schedule/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://github.com/mampfes/hacs_waste_collection_schedule#readme", "integration_type": "hub", "iot_class": "cloud_polling", - "requirements": ["icalendar", "recurring_ical_events", "icalevents", "beautifulsoup4", "lxml", "pycryptodome"], + "requirements": ["icalendar", "recurring_ical_events", "icalevents!=0.1.28", "beautifulsoup4", "lxml", "pycryptodome"], "version": "2.2.0" }