From 885f322a155389ffdac001b0fa1917c0a1ac4878 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 14 Aug 2019 15:03:01 +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 ad79864d..ed0654a0 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -121,6 +121,7 @@ The config for an add-on is stored in `config.json`. | host_dbus | bool | no | Default False. Map Host dbus service into add-on. | host_pid | bool | no | Default False. Allow to run container on host PID namespace. Work only for not protected add-ons. | devices | list | no | Device list to map into the add-on. Format is: `::`. i.e. `/dev/ttyAMA0:/dev/ttyAMA0:rwm` +| udev | bool | no | Default False. Set this True, if your container run a own udev process. | auto_uart | bool | no | Default False. Auto mapping all UART/Serial device from host into add-on. | homeassistant | string | no | Pin a minimum required Home Assistant version for such Add-on. Value is a version string like `0.91.2`. | hassio_role | str | no | Default `default`. Role based access to Hass.io API. Available: `default`, `homeassistant`, `backup`, `manager`, `admin`.