mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Make dev tools titlte translatable (#25166)
This commit is contained in:
parent
ac33c22689
commit
67546ce0b1
@ -272,7 +272,7 @@ async def async_setup(hass, config):
|
||||
|
||||
async_register_built_in_panel(
|
||||
hass, "developer-tools", require_admin=True,
|
||||
sidebar_title="Developer Tools", sidebar_icon="hass:hammer")
|
||||
sidebar_title="developer_tools", sidebar_icon="hass:hammer")
|
||||
|
||||
if DATA_EXTRA_HTML_URL not in hass.data:
|
||||
hass.data[DATA_EXTRA_HTML_URL] = set()
|
||||
|
Loading…
x
Reference in New Issue
Block a user