-
Hello, sidebar-config.yamlorder:
- item: lovelace
match: data-panel
order: 1
- item: energy
match: data-panel
order: 2
- item: todo
match: data-panel
order: 3
- item: logbook
match: data-panel
hide: true
- item: history
match: data-panel
hide: true
- item: developer-tools
match: data-panel
bottom: true
order: 6
- item: config
match: data-panel
exact: true
bottom: true
order: 7
- item: medien
hide: true
sidebar_editable: false
exceptions:
- user:
- ben
base_order: true
order:
- item: logbook
match: data-panel
order: 4
- item: history
match: data-panel
order: 5 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi @der8en, |
Beta Was this translation helpful? Give feedback.
-
I just want to create a simplified sidebar for non-admin users. |
Beta Was this translation helpful? Give feedback.
Ok, I finally got it. The solution was relatively simple in the end:
Previously, after every change to sidebar-config.yaml, I also increased the version in configuration.yaml. All changes were applied immediately. Just clear the cache and restart the mobile app.
I didn't think anything more of it, as the changes were always adopted.
However, I did not restart HA.
Now I have restarted HA after the change in sidebar-config.yaml and configuration.yaml and it works everywhere.
Obviously, a restart is recommended after every change.