mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix options and repair flow success (#25312)
This commit is contained in:
parent
3e053e07c6
commit
70fef59401
@ -129,7 +129,10 @@ class StepFlowCreateEntry extends LitElement {
|
|||||||
)}</span
|
)}</span
|
||||||
>`
|
>`
|
||||||
: nothing}
|
: nothing}
|
||||||
${devices.length === 0
|
${devices.length === 0 &&
|
||||||
|
["options_flow", "repair_flow"].includes(this.flowConfig.flowType)
|
||||||
|
? nothing
|
||||||
|
: devices.length === 0
|
||||||
? html`<p>
|
? html`<p>
|
||||||
${localize(
|
${localize(
|
||||||
"ui.panel.config.integrations.config_flow.created_config",
|
"ui.panel.config.integrations.config_flow.created_config",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user