home-assistant-custom-components.waste_collection_schedule: 2.10.0 -> 2.11.0 (#475038)

This commit is contained in:
dotlambda
2025-12-29 16:45:58 +00:00
committed by GitHub
@@ -3,6 +3,7 @@
buildHomeAssistantComponent,
fetchFromGitHub,
beautifulsoup4,
cloudscraper,
icalendar,
icalevents,
lxml,
@@ -13,17 +14,18 @@
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "waste_collection_schedule";
version = "2.10.0";
version = "2.11.0";
src = fetchFromGitHub {
inherit owner;
repo = "hacs_waste_collection_schedule";
tag = version;
hash = "sha256-qFeo2VE0sgBq4dwOUm26Vkgi+rv/0PsOyQhlVEJ45aE=";
hash = "sha256-+yt6kjUV+fqbOa7jj603XdGX7XtI8mXnCnmUjYFNA7c=";
};
dependencies = [
beautifulsoup4
cloudscraper
icalendar
icalevents
lxml