mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 08:06:00 +01:00
13 lines
333 B
JSON
13 lines
333 B
JSON
{
|
|
"domain": "webdav",
|
|
"name": "WebDAV",
|
|
"codeowners": ["@jpbede"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/webdav",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aiowebdav2"],
|
|
"quality_scale": "bronze",
|
|
"requirements": ["aiowebdav2==0.5.0"]
|
|
}
|