Fix description around options (#800)

This commit is contained in:
Pascal Vizeli 2021-03-16 18:28:20 +01:00 committed by GitHub
parent 8538b36583
commit 560495c9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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