mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 16:26:30 +00:00
Add update backup payload (#1158)
* Add update backup payload * Add Optionally * Add Optionally * Use defaults
This commit is contained in:
parent
02c72eeff7
commit
ed660ba2a8
@ -1026,6 +1026,7 @@ Update Home Assistant core
|
||||
| key | type | description |
|
||||
| ------- | ------ | -------------------------------------------------------------- |
|
||||
| version | string | The version you want to install, default is the latest version |
|
||||
| backup | boolean | Create a partial backup of core and core configuration before updating, default is false |
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
@ -2184,6 +2185,12 @@ Install an add-on from the store.
|
||||
|
||||
Update an add-on from the store.
|
||||
|
||||
**Payload:**
|
||||
|
||||
| key | type | description |
|
||||
| ------- | ------ | -------------------------------------------------------------- |
|
||||
| backup | boolean | Create a partial backup of the add-on, default is false |
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/store/reload" method="post">
|
||||
|
Loading…
x
Reference in New Issue
Block a user