home_assistant/custom_components/waste_collection_schedule/manifest.json

12 lines
415 B
JSON

{
"domain": "waste_collection_schedule",
"name": "waste_collection_schedule",
"codeowners": ["@mampfes"],
"dependencies": [],
"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", "shapely"],
"version": "1.45.0"
}