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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vielen Dank funktioniert wunderbar :-)