mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-19 15:26:29 +00:00
Fix description around options (#800)
This commit is contained in:
parent
8538b36583
commit
560495c9c3
@ -165,7 +165,7 @@ image: repo/{arch}-my-custom-addon
|
||||
| stdin | bool | no | Boolean. If enabled, you can use the STDIN with Home Assistant API.
|
||||
| legacy | bool | no | Boolean. If the Docker image has no `hass.io` labels, you can enable the legacy mode to use the config data.
|
||||
| options | dict | no | Default options value of the add-on.
|
||||
| schema | dict | no | Schema for options value of the add-on. It can be `false` to disable schema validation and use custom options.
|
||||
| schema | dict | no | Schema for options value of the add-on. It can be `false` to disable schema validation and options.
|
||||
| image | string | no | For use with Docker Hub and other container registries.
|
||||
| timeout | integer | no | Default 10 (seconds). The timeout to wait until the Docker daemon is done or will be killed.
|
||||
| tmpfs | bool | no | If this is set to `true`, the containers `/tmp` is using tmpfs, a memory file system.
|
||||
|
Loading…
x
Reference in New Issue
Block a user