mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-23 17:26:29 +00:00
Small update for kernel module options (#806)
This commit is contained in:
parent
9bd6a02d52
commit
bc12e7c746
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user