home-assistant-custom-components.waste_collection_schedule: 2.10.0 -> 2.11.0

Diff: https://github.com/mampfes/hacs_waste_collection_schedule/compare/2.10.0...2.11.0

Changelog: https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.11.0
This commit is contained in:
Robert Schütz
2025-12-29 05:00:36 -08:00
parent 6acb057de6
commit bcabeb246f
@@ -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