Fix options and repair flow success (#25312)

This commit is contained in:
Wendelin 2025-05-05 19:20:22 +02:00 committed by GitHub
parent e069875432
commit d63f610023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,10 @@ class StepFlowCreateEntry extends LitElement {
)}</span
>`
: nothing}
${devices.length === 0
${devices.length === 0 &&
["options_flow", "repair_flow"].includes(this.flowConfig.flowType)
? nothing
: devices.length === 0
? html`<p>
${localize(
"ui.panel.config.integrations.config_flow.created_config",