No login and password in first installation of configurator

Hi, I’m new to hassio. I installed hassio on raspberry pi b3+ with the configurator and samba add-on.
In the config of samba I see were to put your login and password. But were or how do I have to put my login and password for the configurator?? I don’t find it in the information. If I start the configurator from the left menu, I get " local hassio: refused connection ".
Please advice

It now uses the Home Assistant authentication. The documentation has not yet been updated.
You need hassio version 0.91.4 for the Configurator to work well,

Thanks, but if I put the configurator in the left home assistant menu and I use this to go to the configurator, then it won’t go further. The connection is refused. is that normal?

The way you add it to the left panel has changed. This is what work for me.

panel_custom:
  - name: hassio-main
    sidebar_title: Configurator
    sidebar_icon: mdi:wrench
    js_url: /api/hassio/app/entrypoint.js
    url_path: configurator
    embed_iframe: true
    require_admin: true
    config:
      ingress: "core_configurator"

Thanks, it works perfect.

1 Like