1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-27 14:09:19 +00:00

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

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,