mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
remove reference to panel_iframe (#9247)
adding panel_custom configuration for adding entry to nav panel
This commit is contained in:
parent
9c28d73593
commit
11ef9b1d38
@ -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:
|
- Copy and paste the following to the end of the `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
panel_iframe:
|
panel_custom:
|
||||||
configurator:
|
- name: hassio-main
|
||||||
title: Configurator
|
sidebar_title: Configurator
|
||||||
icon: mdi:wrench
|
sidebar_icon: hass:settings
|
||||||
url: http://hassio.local:3218
|
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.
|
- Click the save icon in the top right to commit changes.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user