You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/developers/hassio/addon_config.markdown
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,7 @@ The config for an add-on is stored in `config.json`.
123
123
| 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.
124
124
| 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.
125
125
| 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.
126
127
| options | yes | Default options value of the add-on
127
128
| schema | yes | Schema for options value of the add-on. It can be `False` to disable schema validation and use custom options.
0 commit comments