remove reference to panel_iframe (#9247)

adding panel_custom configuration for adding entry to nav panel
This commit is contained in:
cogneato 2019-04-18 21:54:44 -06:00 committed by Paulus Schoutsen
parent 9c28d73593
commit 11ef9b1d38

View File

@ -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.