mirror of
https://github.com/home-assistant/core.git
synced 2026-05-18 06:20:17 +01:00
12 lines
339 B
JSON
12 lines
339 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.2.1"]
|
|
}
|