#I don't see the automation menu in the sidebar editor in Home Assistant.

1 messages · Page 1 of 1 (latest)

vital sentinel
#

It's is gone from the menu and I cannot bring it back in the editor. Has something changed in a last update? It was there a week ago.. Or is this a local bug?

sleek summit
#

Maybe post a screenshot of where you expect to see something?

glad wharf
#

There has been never automations editor in the side bar editor, was it?

cerulean kestrel
#

Never indeed

uncut lagoon
#

Did you put it in the sidebar using the Custom Panel integration? Check your config to make sure you didn't change anything under the panel_custom key.

vital sentinel
#

There was the Automation menu on a side panel till I changed the panel_cusom indeed. I commented it out, and now back on, but it does not appear back

panel_custom:
  - name: ha_server_con
    sidebar_title: ServerControl
    sidebar_icon: mdi:cog-transfer
    js_url: /api/hassio/app/entrypoint.js
    url_path: 'config/server_control'
    embed_iframe: true
    require_admin: true
    config:
      ingress: core_configurator   
  - name: ha_integ
    sidebar_title: Integrations
    sidebar_icon: mdi:chip
    js_url: /api/hassio/app/entrypoint.js
    url_path: 'config/integrations'
    embed_iframe: true
    require_admin: true
    config:
      ingress: core_configurator  
  - name: ha_auto
    sidebar_title: Automations
    sidebar_icon: mdi:cog-outline
    js_url: /api/hassio/app/entrypoint.js
    url_path: 'config/automation'
    embed_iframe: true
    require_admin: true
    config:
      ingress: core_configurator  
vital sentinel
#

Any comment on why the menu items don’t appear on based off the panel config?
LLM is not sure)

quasi timber
#

Because you need to reload HA andclear the cache to see them?