mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 18:06:29 +00:00
Minor grammatical adjustment to snapshot_pre/post descriptions (#968)
* Grammar
* 🤦♂️deleted too much
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
79de487e18
commit
3bdccd02df
@ -179,8 +179,8 @@ image: repo/{arch}-my-custom-addon
|
|||||||
| panel_title | string | no | Default is the add-on name, but can be modified with this option.
|
| panel_title | string | no | Default is the add-on name, but can be modified with this option.
|
||||||
| panel_admin | bool | no | Default `true`. Make menu entry only available with admin privileged.
|
| panel_admin | bool | no | Default `true`. Make menu entry only available with admin privileged.
|
||||||
| snapshot_exclude | list | no | List of file/path (with glob support) that are excluded from snapshots.
|
| snapshot_exclude | list | no | List of file/path (with glob support) that are excluded from snapshots.
|
||||||
| snapshot_pre | string | Command to execute in the context of the add-on before the snapshot is being taken.
|
| snapshot_pre | string | Command to execute in the context of the add-on before the snapshot is taken.
|
||||||
| snapshot_post | string | Command to execute in the context of the add-on after the snapshot is being taken.
|
| snapshot_post | string | Command to execute in the context of the add-on after the snapshot was taken.
|
||||||
| advanced | bool | no | Default `false`. Make addon visible in simple mode.
|
| advanced | bool | no | Default `false`. Make addon visible in simple mode.
|
||||||
| stage | string | no | Default `stable`. Flag add-on with follow attribute: `stable`, `experimental` or `deprecated`
|
| stage | string | no | Default `stable`. Flag add-on with follow attribute: `stable`, `experimental` or `deprecated`
|
||||||
| init | bool | no | Default `true`. Disable the Docker default system init. Use this if the image has its own init system.
|
| init | bool | no | Default `true`. Disable the Docker default system init. Use this if the image has its own init system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user