https://github.com/elchininet/custom-sidebar
Custom HACS plugin that allows you to personalise the Home Assistant's sidebar per user or device basis
https://github.com/elchininet/custom-sidebar
custom-plugin custom-plugins custom-sidebar custom-sidebars hacs hacs-plugin home-assistant homeassistant javascript lovelace lovelace-ui plugin
Last synced: about 2 months ago
JSON representation
Custom HACS plugin that allows you to personalise the Home Assistant's sidebar per user or device basis
- Host: GitHub
- URL: https://github.com/elchininet/custom-sidebar
- Owner: elchininet
- License: apache-2.0
- Created: 2024-01-01T13:26:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T00:01:25.000Z (11 months ago)
- Last Synced: 2025-05-11T00:17:36.615Z (11 months ago)
- Topics: custom-plugin, custom-plugins, custom-sidebar, custom-sidebars, hacs, hacs-plugin, home-assistant, homeassistant, javascript, lovelace, lovelace-ui, plugin
- Language: TypeScript
- Homepage: https://elchininet.github.io/custom-sidebar/
- Size: 22.5 MB
- Stars: 150
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Custom Sidebar
[](https://github.com/hacs/integration)
[](https://github.com/elchininet/custom-sidebar/actions/workflows/hacs.yaml)
[](https://github.com/elchininet/custom-sidebar/actions/workflows/tests.yaml)
[](https://coveralls.io/github/elchininet/custom-sidebar?branch=master)
[](https://github.com/elchininet/custom-sidebar/releases)
[](https://github.com/elchininet/custom-sidebar/actions/workflows/ha-beta-tests.yaml)
Custom [HACS] plugin that allows you to personalise the [Home Assistant]'s sidebar per user or device basis
Default sidebar
Hide/add some items
Reorder items
Personalise




This is a refactor of [custom-sidebar-v2] by @galloween, which unfortunately is now unmaintained and archived. In its beginning, @galloween's code was a refactor of the [original Custom Sidebar] plugin by @Villhellm (R.I.P.). This version refactored completely @galloween's code allowing to use a configuration in `YAML` (as @Villhellm's one) or in `JSON` (as @galloween's version), fixing several bugs, improving performance, and using [home-assistant-query-selector] to make it less likely to break with future Home Assistant front-end updates.
## Installation and Configuration instructions
Consult the [Custom Sidebar Docs]
---
### Credits and huge thanks to:
* [Villhellm](https://github.com/Villhellm) | Original creator of custom-sidebar (R.I.P.).
* [galloween](https://github.com/galloween) | forked the original `custom-sidebar` and maintained it for a while
[HACS]: https://hacs.xyz
[Home Assistant]: https://www.home-assistant.io
[custom-sidebar-v2]: https://github.com/galloween/custom-sidebar-v2
[original Custom Sidebar]: https://github.com/Villhellm/custom-sidebar
[home-assistant-query-selector]: https://github.com/elchininet/home-assistant-query-selector
[Custom Sidebar Docs]: https://elchininet.github.io/custom-sidebar/