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:
Stefan Agner 2024-04-17 16:01:22 +02:00 committed by GitHub
parent 848e05641c
commit 4834760564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |