#I don't see the automation menu in the sidebar editor in Home Assistant.
1 messages · Page 1 of 1 (latest)
Maybe post a screenshot of where you expect to see something?
There has been never automations editor in the side bar editor, was it?
Never indeed
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.
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
Any comment on why the menu items don’t appear on based off the panel config?
LLM is not sure)
Because you need to reload HA andclear the cache to see them?