Skip to content

Commit df95e40

Browse files
authored
last change with 0.68
1 parent 62617b1 commit df95e40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/developers/hassio/addon_config.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@ The config for an add-on is stored in `config.json`.
116116
| host_network | no | If that is True, the add-on run on host network.
117117
| devices | no | Device list to map into the add-on. Format is: `<path_on_host>:<path_in_container>:<cgroup_permissions>`. i.e. `/dev/ttyAMA0:/dev/ttyAMA0:rwm`
118118
| hassio_api | no | This add-on can access to Hass.io REST API. It set the host alias `hassio`.
119+
| homeassistant_api | no | This add-on can access to Hass.io Home-Assistant REST API proxy. Use `http://hassio/homeassistant/api`.
119120
| privileged | no | Privilege for access to hardware/system. Available access: `NET_ADMIN`, `SYS_ADMIN`, `SYS_RAWIO`
120121
| map | no | List of maps for additional Hass.io folders. Possible values: `config`, `ssl`, `addons`, `backup`, `share`. Defaults to `ro`, which you can change by adding `:rw` to the end of the name.
121122
| environment | no | A dict of environment variable to run add-on.
122123
| 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.
123124
| 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+
| stdin | no | Boolean. If that is enable, you can use the STDIN with Hass.io API.
124126
| options | yes | Default options value of the add-on
125127
| schema | yes | Schema for options value of the add-on. It can be `False` to disable schema validation and use custom options.
126128
| image | no | For use with Docker Hub.

0 commit comments

Comments
 (0)