mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
11 lines
307 B
JSON
11 lines
307 B
JSON
{
|
|
"domain": "backup",
|
|
"name": "Backup",
|
|
"documentation": "https://www.home-assistant.io/integrations/backup",
|
|
"dependencies": ["http", "websocket_api"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"requirements": ["securetar==2022.2.0"],
|
|
"iot_class": "calculated",
|
|
"quality_scale": "internal"
|
|
}
|