mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix signature for hassio.restore_partial service (#57735)
This commit is contained in:
parent
8dbff0b4b3
commit
727d8c7a37
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user