Prevent navigate when opening voice flow (#24300)

prevent navigate when opening voice flow
This commit is contained in:
Bram Kragten 2025-02-18 14:27:59 +01:00 committed by GitHub
parent 24211d5f25
commit 06932d1479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,6 +85,7 @@ class StepFlowCreateEntry extends LitElement {
assistSatelliteSupportsSetupFlow(this.hass.states[satellite.entity_id])
)
) {
this.navigateToResult = false;
this._flowDone();
showVoiceAssistantSetupDialog(this, {
deviceId: devices[0].id,