mirror of https://github.com/home-assistant/core
12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"domain": "backup",
|
|
"name": "Backup",
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["http", "websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/backup",
|
|
"integration_type": "system",
|
|
"iot_class": "calculated",
|
|
"quality_scale": "internal",
|
|
"requirements": ["securetar==2024.11.0"]
|
|
}
|