Created
February 23, 2026 11:51
-
-
Save Resinchem/4ce535ec9012f74163738ec8f9a23338 to your computer and use it in GitHub Desktop.
Add Developer Tools back to Home Assistant Side Bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add DevTools back to Sidebar | |
| panel_custom: | |
| - name: panel_develop | |
| sidebar_title: Developer Tools | |
| sidebar_icon: mdi:hammer | |
| url_path: 'config/developer-tools' | |
| module_url: /api/hassio/app/entrypoint.js | |
| embed_iframe: true | |
| require_admin: true |
Author
Thanks.
Thank you very much!
Thanks for your code!
Merci
Thank you, appreciate this. I don't know why it was removed -before- it was added as a button in the settings menu!
Vielen Dank funktioniert wunderbar :-)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Copy the above code and place in your configuration.yaml to restore the developer tools back to the side bar.