From 8ff1a33561c90e40f8c3230b89e6b7a2f28236e9 Mon Sep 17 00:00:00 2001 From: mampfes Date: Fri, 8 Oct 2021 16:59:47 +0200 Subject: [PATCH] add bs4 as new requirement --- 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 7fad9a3be..5641344b5 100644 --- a/custom_components/waste_collection_schedule/manifest.json +++ b/custom_components/waste_collection_schedule/manifest.json @@ -2,7 +2,7 @@ "domain": "waste_collection_schedule", "name": "waste_collection_schedule", "documentation": "https://github.com/mampfes/hacs_waste_collection_schedule#readme", - "requirements": ["icalendar", "recurring_ical_events"], + "requirements": ["icalendar", "recurring_ical_events", "bs4"], "dependencies": [], "codeowners": ["@mampfes"], "iot_class": "cloud_polling",