1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-04 07:26:45 +01:00
Files
core/homeassistant/components/recollect_waste/manifest.json
2023-09-06 17:26:14 -06:00

12 lines
339 B
JSON

{
"domain": "recollect_waste",
"name": "ReCollect Waste",
"codeowners": ["@bachya"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/recollect_waste",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aiorecollect"],
"requirements": ["aiorecollect==2023.09.0"]
}