mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +01:00
14 lines
397 B
JSON
14 lines
397 B
JSON
{
|
|
"domain": "dropbox",
|
|
"name": "Dropbox",
|
|
"after_dependencies": ["backup"],
|
|
"codeowners": ["@bdr99"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/dropbox",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["python-dropbox-api==0.1.3"]
|
|
}
|