Fix options and repair flow success (#25312)

This commit is contained in:
Wendelin 2025-05-05 19:20:22 +02:00 committed by Paul Bottein
parent 3e053e07c6
commit 70fef59401
No known key found for this signature in database

View File

@ -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",