mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Merge pull request #6878 from home-assistant/external-header-fallback
This commit is contained in:
commit
ad8430049d
@ -97,8 +97,13 @@ export const showConfigFlowDialog = (
|
|||||||
},
|
},
|
||||||
|
|
||||||
renderExternalStepHeader(hass, step) {
|
renderExternalStepHeader(hass, step) {
|
||||||
return hass.localize(
|
return (
|
||||||
|
hass.localize(
|
||||||
`component.${step.handler}.config.step.${step.step_id}.title`
|
`component.${step.handler}.config.step.${step.step_id}.title`
|
||||||
|
) ||
|
||||||
|
hass.localize(
|
||||||
|
"ui.panel.config.integrations.config_flow.external_step.open_site"
|
||||||
|
)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user