mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
* Add backup endpoints to the onboarding integration * Add backup as after dependency of onboarding * Add test snapshots * Fix stale docstrings * Add utility function for getting the backup manager instance * Return backup_id when uploading backup * Change /api/onboarding/backup/restore to accept a JSON body * Fix with_backup_manager
11 lines
341 B
JSON
11 lines
341 B
JSON
{
|
|
"domain": "onboarding",
|
|
"name": "Home Assistant Onboarding",
|
|
"after_dependencies": ["backup", "hassio"],
|
|
"codeowners": ["@home-assistant/core"],
|
|
"dependencies": ["auth", "http", "person"],
|
|
"documentation": "https://www.home-assistant.io/integrations/onboarding",
|
|
"integration_type": "system",
|
|
"quality_scale": "internal"
|
|
}
|