From 11ef9b1d38fa53faa97d1d83b3e83e67375ff828 Mon Sep 17 00:00:00 2001 From: cogneato Date: Thu, 18 Apr 2019 21:54:44 -0600 Subject: [PATCH] remove reference to panel_iframe (#9247) adding panel_custom configuration for adding entry to nav panel --- source/getting-started/configuration.markdown | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/source/getting-started/configuration.markdown b/source/getting-started/configuration.markdown index 0f2370a151d..54bd795bbb5 100644 --- a/source/getting-started/configuration.markdown +++ b/source/getting-started/configuration.markdown @@ -51,11 +51,16 @@ Time for the first practice with the configurator. We're going to add the Config - Copy and paste the following to the end of the `configuration.yaml` file: ```yaml -panel_iframe: - configurator: - title: Configurator - icon: mdi:wrench - url: http://hassio.local:3218 +panel_custom: + - name: hassio-main + sidebar_title: Configurator + sidebar_icon: hass:settings + js_url: /api/hassio/app/entrypoint.js + url_path: configurator + embed_iframe: true + require_admin: true + config: + ingress: core_configurator ``` - Click the save icon in the top right to commit changes.