core/homeassistant/components/recollect_waste/manifest.json

12 lines
335 B
JSON
Raw Normal View History

{
"domain": "recollect_waste",
"name": "ReCollect Waste",
2023-02-08 19:13:46 +00:00
"codeowners": ["@bachya"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/recollect_waste",
2023-02-08 19:13:46 +00:00
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aiorecollect"],
2023-02-08 19:13:46 +00:00
"requirements": ["aiorecollect==1.0.8"]
}