mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 03:19:44 +00:00
Use manfiests to render doc urls (#5549)
* Use manfiests to render doc urls * Update UI
This commit is contained in:
@@ -19,4 +19,6 @@ export const fetchSystemLog = (hass: HomeAssistant) =>
|
||||
export const getLoggedErrorIntegration = (item: LoggedError) =>
|
||||
item.name.startsWith("homeassistant.components.")
|
||||
? item.name.split(".")[2]
|
||||
: item.name.startsWith("custom_components.")
|
||||
? item.name.split(".")[1]
|
||||
: undefined;
|
||||
|
||||
Reference in New Issue
Block a user