mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix media browser panel title (#39720)
This commit is contained in:
parent
e649e27d4d
commit
dd00cfc7a2
@ -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_browse_media)
|
||||||
hass.components.websocket_api.async_register_command(websocket_resolve_media)
|
hass.components.websocket_api.async_register_command(websocket_resolve_media)
|
||||||
hass.components.frontend.async_register_built_in_panel(
|
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)
|
local_source.async_setup(hass)
|
||||||
await async_process_integration_platforms(
|
await async_process_integration_platforms(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user