mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +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.6.2"]
|
|
}
|