Skip to content

Commit c4b7097

Browse files
pvizelifabaff
authored andcommitted
Update addon_config.markdown
1 parent 6155149 commit c4b7097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/developers/hassio/addon_config.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ The config for an add-on is stored in `config.json`.
123123
| audio | no | Boolean. Mark this add-on to use internal an audio system. The available environment variables are `ALSA_INPUT` and `ALSA_OUTPUT` which provide internal information to access alsa.
124124
| gpio | 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.
125125
| stdin | no | Boolean. If that is enable, you can use the STDIN with Hass.io API.
126+
| legacy | no | Boolean. If the docker image have no hass.io labels, you can enable the legacy mode to use the config data.
126127
| options | yes | Default options value of the add-on
127128
| schema | yes | Schema for options value of the add-on. It can be `False` to disable schema validation and use custom options.
128129
| image | no | For use with Docker Hub.

0 commit comments

Comments
 (0)