Addons: Configurator URL after ugrade to 3.0

Created on 9 Apr 2019  路  7Comments  路  Source: home-assistant/addons

Documentation provides a way to add the Configurator iFrame to the sidebar in HomeAssistant. I have had this working since I set up HomeAssistant.

Since the upgrade to v 3.0 of configurator, the url no longer works.

I have had some success in using a URL that I discovered... something like this:

/api/hassio_ingress/TNLixycE*zi2dbpFJWF2e240*f6-4/

but this is not documented?
How should one set this up now?

Most helpful comment

It's still being worked on, and the plan is to have it automatically added using a toggle or option within the addon config, but here is the config you need. You also need supervisor 159.

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

https://github.com/home-assistant/home-assistant-polymer/pull/3085

All 7 comments

The standard Home Assistant documentation for integrating the side panel is now out of date so yes it would be useful if someone could document how to restore side panel access..

That hash in the URL apparently changes either randomly or every time the frame is loaded, so you can't even embed that URL. Is there any way of embedding it at all?

Using the url /hassio/ingress/core_configurator works but it opens the another sidepanel inside the frame. Maybe add an option to deactivate the sidepanel in the configurator ingress page would be a fix?

It's still being worked on, and the plan is to have it automatically added using a toggle or option within the addon config, but here is the config you need. You also need supervisor 159.

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

https://github.com/home-assistant/home-assistant-polymer/pull/3085

How does one go about using the other panel_iframe items like node-red or will that be fixed soon with the next update? I guess I can use the updated config as a guide.

It's still being worked on, and the plan is to have it automatically added using a toggle or option within the addon config, but here is the config you need. You also need supervisor 159.

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

home-assistant/home-assistant-polymer#3085

Its work, sir. Good job

There is now a "Show in sidebar" option available, which takes care of this issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fi-sch picture fi-sch  路  8Comments

colindunn picture colindunn  路  9Comments

LongDono picture LongDono  路  13Comments

thisisme picture thisisme  路  10Comments

d0ugal picture d0ugal  路  14Comments