core/homeassistant/components/recollect_waste/manifest.json

11 lines
302 B
JSON
Raw Normal View History

{
"domain": "recollect_waste",
"name": "ReCollect Waste",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/recollect_waste",
2021-08-26 22:59:27 +00:00
"requirements": ["aiorecollect==1.0.8"],
"codeowners": ["@bachya"],
"iot_class": "cloud_polling",
"loggers": ["aiorecollect"]
}