Update hassio_addon_config.md

This commit is contained in:
Pascal Vizeli 2019-10-31 10:52:32 +01:00 committed by GitHub
parent 187dca8491
commit 577a91d8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,7 @@ The config for an add-on is stored in `config.json`.
| panel_icon | string | no | Default: mdi:puzzle. MDI icon for the menu panel integration. | panel_icon | string | no | Default: mdi:puzzle. MDI icon for the menu panel integration.
| panel_title | string | no | Default add-on name, but can Modify with this options. | panel_title | string | no | Default add-on name, but can Modify with this options.
| panel_admin | bool | no | Default True. Make menu entry only available with admin privileged. | panel_admin | bool | no | Default True. Make menu entry only available with admin privileged.
| snapshot_exlude | list | no | List of file/path with glob support they are excluded from snapshots.
### Options / Schema ### Options / Schema