mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
14 lines
423 B
JSON
14 lines
423 B
JSON
{
|
|
"domain": "backup",
|
|
"name": "Backup",
|
|
"after_dependencies": ["hassio"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["http", "websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/backup",
|
|
"integration_type": "service",
|
|
"iot_class": "calculated",
|
|
"quality_scale": "internal",
|
|
"requirements": ["cronsim==2.7", "securetar==2026.2.0"],
|
|
"single_config_entry": true
|
|
}
|