From 73e8be8087f681ae3bd078fd0c03bd6e7ac425cb Mon Sep 17 00:00:00 2001 From: Nick Daria Date: Sun, 14 Jul 2019 16:50:48 -0500 Subject: [PATCH] Spelling (#291) "minimun" -> "minimum" --- docs/hassio_addon_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index ce4b8b57..ad79864d 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -122,7 +122,7 @@ The config for an add-on is stored in `config.json`. | 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` | auto_uart | bool | no | Default False. Auto mapping all UART/Serial device from host into add-on. -| homeassistant | string | no | Pin a minimun required Home Assistant version for such Add-on. Value is a version string like `0.91.2`. +| 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`. | hassio_api | bool | no | This add-on can access to Hass.io REST API. It set the host alias `hassio`. | homeassistant_api | bool | no | This add-on can access to Hass.io Home-Assistant REST API proxy. Use `http://hassio/homeassistant/api`.