bellyup64
(Bellyup64)
September 18, 2020, 1:05am
1
Has anyone created a Custom Panel for the Server Controls? I would like to be able to directly access this sub menu items from the top level.
I looked at the custom_panel yaml but I’m not sure on all the fields:
panel_custom:
name: Servercontrols
sidebar_title: Server Controls
sidebar_icon: mdi:settings
url_path: ???
module_url: ??
config:
??
If someone can help fill in the blanks I would greatly appreciate it.
rccoleman
(Rob Coleman)
September 18, 2020, 3:59am
2
tom_l
September 18, 2020, 5:04am
3
This is available in HACs
Have you ever been slightly annoyed that you can’t change the order of the Home Assistant sidebar?
I am here to put your mind mildly at ease.
With this JS module you can now set the order of the sidebar and you can move things down to hang out with Developer Tools and Configuration. That’s it, that’s all it does.
All instructions are in the repository README, but let me know if you run into issues.
Custom Sidebar
Please submit bug reports by opening an issue in the repository.
While the rearranging and hiding are not so useful now that 0.115 includes this in the core it also supports easily adding shortcuts to views and configuration menu items.