mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix media browser panel title (#39720)
This commit is contained in:
@@ -38,7 +38,7 @@ async def async_setup(hass: HomeAssistant, config: dict):
|
||||
hass.components.websocket_api.async_register_command(websocket_browse_media)
|
||||
hass.components.websocket_api.async_register_command(websocket_resolve_media)
|
||||
hass.components.frontend.async_register_built_in_panel(
|
||||
"media-browser", "media-browser", "hass:play-box-multiple"
|
||||
"media-browser", "media_browser", "hass:play-box-multiple"
|
||||
)
|
||||
local_source.async_setup(hass)
|
||||
await async_process_integration_platforms(
|
||||
|
Reference in New Issue
Block a user