fix spell
This commit is contained in:
parent
3424892151
commit
c1a1912490
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ The config for an add-on is stored in `config.json`.
|
||||||
| startup | yes | `before` homeassistant will start. `after` homeassistant will start or `once` for application they don't run as deamon.
|
| startup | yes | `before` homeassistant will start. `after` homeassistant will start or `once` for application they don't run as deamon.
|
||||||
| boot | yes | `auto` by system and manual or only `manual`
|
| boot | yes | `auto` by system and manual or only `manual`
|
||||||
| ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`.
|
| ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`.
|
||||||
| devices | no | Hos device list to map into add-on. Format is: `<path_on_host>:<path_in_container>:<cgroup_permissions>`
|
| devices | no | Device list to map into add-on. Format is: `<path_on_host>:<path_in_container>:<cgroup_permissions>`
|
||||||
| map | no | List of maps for additional hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`
|
| map | no | List of maps for additional hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`
|
||||||
| options | yes | Default options value of the add-on
|
| options | yes | Default options value of the add-on
|
||||||
| schema | yes | Schema for options value of the add-on
|
| schema | yes | Schema for options value of the add-on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue