mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix signature for hassio.restore_partial service (#57735)
This commit is contained in:
@@ -118,6 +118,7 @@ restore_full:
|
|||||||
fields:
|
fields:
|
||||||
slug:
|
slug:
|
||||||
name: Slug
|
name: Slug
|
||||||
|
required: true
|
||||||
description: Slug of backup to restore from.
|
description: Slug of backup to restore from.
|
||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
@@ -132,6 +133,12 @@ restore_partial:
|
|||||||
name: Restore from partial backup.
|
name: Restore from partial backup.
|
||||||
description: Restore from partial backup.
|
description: Restore from partial backup.
|
||||||
fields:
|
fields:
|
||||||
|
slug:
|
||||||
|
name: Slug
|
||||||
|
required: true
|
||||||
|
description: Slug of backup to restore from.
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
homeassistant:
|
homeassistant:
|
||||||
name: Home Assistant settings
|
name: Home Assistant settings
|
||||||
description: Restore Home Assistant
|
description: Restore Home Assistant
|
||||||
@@ -149,3 +156,9 @@ restore_partial:
|
|||||||
example: ["core_ssh", "core_samba", "core_mosquitto"]
|
example: ["core_ssh", "core_samba", "core_mosquitto"]
|
||||||
selector:
|
selector:
|
||||||
object:
|
object:
|
||||||
|
password:
|
||||||
|
name: Password
|
||||||
|
description: Optional password.
|
||||||
|
example: "password"
|
||||||
|
selector:
|
||||||
|
text:
|
||||||
|
Reference in New Issue
Block a user