Small update for kernel module options (#806)

This commit is contained in:
Pascal Vizeli 2021-02-15 18:26:35 +01:00 committed by GitHub
parent 9bd6a02d52
commit bc12e7c746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ The configuration for an add-on is stored in `config.json`.
| uart | bool | no | Default `false`. Auto mapping all UART/serial devices from the host into the add-on. | uart | bool | no | Default `false`. Auto mapping all UART/serial devices from the host into the add-on.
| udev | bool | no | Default `false`. Set this `true`, gets the host udev database read-only mounted into the add-on. | udev | bool | no | Default `false`. Set this `true`, gets the host udev database read-only mounted into the add-on.
| devicetree | bool | no | Boolean. If this is set to True, `/device-tree` will map into add-on. | devicetree | bool | no | Boolean. If this is set to True, `/device-tree` will map into add-on.
| kernel_modules | bool | no | Map host kernel modules and config into add-on (readonly). | kernel_modules | bool | no | Map host kernel modules and config into add-on (readonly) and give you SYS_MODULE permission.
| stdin | bool | no | Boolean. If enabled, you can use the STDIN with Home Assistant API. | 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. | 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. | options | dict | no | Default options value of the add-on.