mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 08:16:29 +00:00
Supervisor: Fix possible states of add-on's boot property (#2146)
The boot property can either be "auto" or "manual".
This commit is contained in:
parent
848e05641c
commit
4834760564
@ -87,7 +87,7 @@ Get details about an add-on
|
||||
| auto_uart | boolean | `true` if auto_uart access is granted is enabled |
|
||||
| auto_update | boolean | `true` if auto update is enabled |
|
||||
| available | boolean | `true` if the add-on is available |
|
||||
| boot | string | "boot" or "manual" |
|
||||
| boot | string | "auto" or "manual" |
|
||||
| build | boolean | `true` if local add-on |
|
||||
| changelog | boolean | `true` if changelog is available |
|
||||
| description | string | The add-on description |
|
||||
|
Loading…
x
Reference in New Issue
Block a user