Require opt-in config flow navigateToResult (#24120)

This commit is contained in:
Paulus Schoutsen
2025-02-10 09:58:10 -05:00
committed by GitHub
parent 748642a8d6
commit 44cc75afbc
8 changed files with 13 additions and 1 deletions

View File

@@ -282,6 +282,8 @@ class DataEntryFlowDialog extends LitElement {
.flowConfig=${this._params.flowConfig}
.step=${this._step}
.hass=${this.hass}
.navigateToResult=${this._params
.navigateToResult}
></step-flow-create-entry>
`}
`}