Link to Automation configuration in side panel

Hi Guys,

i’m trying to add a link to /config/automation/dashboard to the side panel. Thought i use a panel_iframe for this. like:

panel_iframe:
  automations:
    title: 'Automations'
    icon: mdi:robot
    url: 'https://myhassurl.org/config/automation/dashboard'


But u see my Problem. When clicking teh link two Sidepanels are visible.

Can i avoid this?

Related Post are Add Links to the SideBar
and
Hassio INSIDE of Hassio after setting up panel_iframe

1 Like

Use the Custom Sidebar add on. This will do what you want.

Thank you. Exactly what i wanted.

I found an easier way to to this here.

In short, edit configuration.yaml and add this to the end of the file

panel_custom:
  - name: panel_automations
    sidebar_title: Automations
    sidebar_icon: mdi:cogs
    url_path: 'config/automation'
    module_url: /api/hassio/app/entrypoint.js
    embed_iframe: true
    require_admin: true
6 Likes

Thank you!

This is now url_path: 'config/automation/dashboard'