From 560495c9c335d094e7294fda413c8a953b029fe0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 16 Mar 2021 18:28:20 +0100 Subject: [PATCH] Fix description around options (#800) --- docs/add-ons/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index 1819490c..d83e1d0e 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -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.