Skip to content

Commit

Permalink
Reverted to their manifest.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sander1988 committed May 24, 2024
1 parent 6230af4 commit f93d87a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions custom_components/waste_collection_schedule/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"domain": "waste_collection_schedule",
"name": "waste_collection_schedule",
"codeowners": ["@mampfes"],
"dependencies": [],
"documentation": "https://github.com/mampfes/hacs_waste_collection_schedule#readme",
"integration_type": "hub",
"requirements": ["icalendar", "recurring_ical_events", "icalevents", "bs4"],
"dependencies": [],
"codeowners": ["@mampfes"],
"iot_class": "cloud_polling",
"requirements": ["icalendar", "recurring_ical_events", "icalevents", "beautifulsoup4", "lxml"],
"version": "1.49.0"
"version": "1.34.0",
"integration_type": "hub",
"loggers": ["custom_components.waste_collection_schedule"]
}

0 comments on commit f93d87a

Please sign in to comment.