From 9c7825cb48062d798050d84829d58191fa518722 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 23 Jun 2018 01:07:11 +0200 Subject: [PATCH] Update hassio_addon_config.md --- docs/hassio_addon_config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index 4fcf4811..be711bef 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -123,6 +123,7 @@ The config for an add-on is stored in `config.json`. | environment | dict | no | A dict of environment variable to run add-on. | audio | bool | no | Boolean. Mark this add-on to use internal an audio system. The ALSA configuration for this add-on will be mount automatic. | gpio | bool | no | Boolean. If this is set to True, `/sys/class/gpio` will map into add-on for access to GPIO interface from kernel. Some library need also `/dev/mem` and `SYS_RAWIO` for read/write access to this device. +| devicetree | bool | no | Boolean. If this is set to True, `/sys/firmware/devicetree` will map into add-on. | stdin | bool | no | Boolean. If that is enable, you can use the STDIN with Hass.io API. | legacy | bool | no | Boolean. If the docker image have no hass.io labels, you can enable the legacy mode to use the config data. | options | dict | yes | Default options value of the add-on