mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-13 06:28:37 +00:00
Merge pull request #1434 from home-assistant/supervisor-auto-update
Document supervisor auto update option
This commit is contained in:
commit
e17fd9ca59
@ -2442,6 +2442,7 @@ Returns information about the supervisor
|
|||||||
| debug_block | bool | `true` if debug block is enabled |
|
| debug_block | bool | `true` if debug block is enabled |
|
||||||
| diagnostics | bool or null | Sending diagnostics is enabled |
|
| diagnostics | bool or null | Sending diagnostics is enabled |
|
||||||
| addons_repositories | list | A list of add-on repository URL's as strings |
|
| addons_repositories | list | A list of add-on repository URL's as strings |
|
||||||
|
| auto_update | bool | Is auto update enabled for supervisor |
|
||||||
|
|
||||||
**Example response:**
|
**Example response:**
|
||||||
|
|
||||||
@ -2461,7 +2462,8 @@ Returns information about the supervisor
|
|||||||
"debug": false,
|
"debug": false,
|
||||||
"debug_block": false,
|
"debug_block": false,
|
||||||
"diagnostics": null,
|
"diagnostics": null,
|
||||||
"addons_repositories": ["https://example.com/addons"]
|
"addons_repositories": ["https://example.com/addons"],
|
||||||
|
"auto_update": true
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -2489,6 +2491,7 @@ You need to call `/supervisor/reload` after updating the options.
|
|||||||
| debug_block | bool | Enable debug block |
|
| debug_block | bool | Enable debug block |
|
||||||
| logging | string | Set logging level |
|
| logging | string | Set logging level |
|
||||||
| addons_repositories | list | Set a list of URL's as strings for add-on repositories |
|
| addons_repositories | list | Set a list of URL's as strings for add-on repositories |
|
||||||
|
| auto_update | bool | Enable/disable auto update for supervisor |
|
||||||
|
|
||||||
</ApiEndpoint>
|
</ApiEndpoint>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user