From 7c90a682df41aa9b7bcab0bae0c749d96ad455a5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 23 Apr 2019 21:34:35 +0200 Subject: [PATCH] Rename config --- docs/hassio_addon_config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/hassio_addon_config.md b/docs/hassio_addon_config.md index d0c8ee04..ce4b8b57 100644 --- a/docs/hassio_addon_config.md +++ b/docs/hassio_addon_config.md @@ -149,9 +149,9 @@ The config for an add-on is stored in `config.json`. | ingress | bool | no | Enable the ingress feature for the Add-on | ingress_port | integer | no | Default `8099`. For Add-ons they run on host network, you can use `0` and read the port later on API. | ingress_entry | string | no | Modify the URL entry point from `/`. -| ingress_panel_icon | string | no | Default: mdi:puzzle. MDI icon for the menu panel integration. -| ingress_panel_title | string | no | Default add-on name, but can Modify with this options. -| ingress_panel_admin | bool | no | Default True. Make menu entry only available with admin privileged. +| 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_admin | bool | no | Default True. Make menu entry only available with admin privileged. ### Options / Schema