mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Update hassio_addon_config.md
This commit is contained in:
parent
23cd148989
commit
edd9817fcc
@ -123,7 +123,7 @@ The config for an add-on is stored in `config.json`.
|
||||
| environment | dict | no | A dict of environment variable to run add-on.
|
||||
| audio | bool | no | Boolean. Mark this add-on to use internal an audio system. The ALSA configuration for this add-on will be mount automatic.
|
||||
| gpio | bool | no | Boolean. If this is set to True, `/sys/class/gpio` will map into add-on for access to GPIO interface from kernel. Some library need also `/dev/mem` and `SYS_RAWIO` for read/write access to this device.
|
||||
| devicetree | bool | no | Boolean. If this is set to True, `/sys/firmware/devicetree` will map into add-on.
|
||||
| devicetree | bool | no | Boolean. If this is set to True, `/proc/device-tree` will map into add-on.
|
||||
| stdin | bool | no | Boolean. If that is enable, you can use the STDIN with Hass.io API.
|
||||
| legacy | bool | no | Boolean. If the docker image have no hass.io labels, you can enable the legacy mode to use the config data.
|
||||
| options | dict | yes | Default options value of the add-on
|
||||
|
Loading…
x
Reference in New Issue
Block a user