Skip to content

Commit 68c8617

Browse files
authored
Update addon_config.markdown
1 parent 035e79a commit 68c8617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hassio/addon_config.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The config for an add-on is stored in `config.json`.
9191
| boot | yes | `auto` by system and manual or only `manual`
9292
| ports | no | Network ports to expose from the container. Format is `"container-port/type": host-port`.
9393
| host_network | no | If that is True, the add-on run on host network.
94-
| devices | no | Device list to map into add-on. Format is: `<path_on_host>:<path_in_container>:<cgroup_permissions>`
94+
| devices | no | Device list to map into add-on. Format is: `<path_on_host>:<path_in_container>:<cgroup_permissions>`. i.e. `/dev/ttyAMA0:/dev/ttyAMA0:rwm`
9595
| map | no | List of maps for additional hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`, `share`. Default it map it `ro`, you can change that if you add a ":rw" at the end of name.
9696
| environment | no | A dict of environment variable to run add-on.
9797
| options | yes | Default options value of the add-on

0 commit comments

Comments
 (0)