mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-23 01:06:30 +00:00
Add missing options to Supervisor's core/options endpoint (#1146)
This commit is contained in:
parent
c34b75731a
commit
448c7c2335
@ -960,18 +960,20 @@ Update options for Home Assistant, you need to supply at least one of the payloa
|
|||||||
You need to call `/core/restart` after updating the options.
|
You need to call `/core/restart` after updating the options.
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
Passing `image` with `null` and `version_latest` with `null` resets these options.
|
Passing `image`, `refresh_token`, `audio_input` or `audio_output` with `null` resets the option.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
**Payload:**
|
**Payload:**
|
||||||
|
|
||||||
| key | type | description |
|
| key | type | description |
|
||||||
| -------------- | -------------- | ----------------------------------- |
|
| -------------- | -------------- | ----------------------------------- |
|
||||||
| image | string | Name of custom image or null |
|
| boot | boolean | Start Core on boot |
|
||||||
| version_latest | string or null | Optional for custom image or null |
|
| image | string or null | Name of custom image |
|
||||||
| port | string | The port that Home Assistant run on |
|
| port | int | The port that Home Assistant run on |
|
||||||
| ssl | boolean | `true` if SSL is enabled |
|
| ssl | boolean | `true` to enable SSL |
|
||||||
| watchdog | boolean | `true` if watchdog is enabled |
|
| watchdog | boolean | `true` to enable the watchdog |
|
||||||
|
| wait_boot | int | Time to wait for Core to startup |
|
||||||
|
| refresh_token | string or null | Token to authenticate with Core |
|
||||||
| audio_input | string or null | Profile name for audio input |
|
| audio_input | string or null | Profile name for audio input |
|
||||||
| audio_output | string or null | Profile name for audio output |
|
| audio_output | string or null | Profile name for audio output |
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user