mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Prevent navigate when opening voice flow (#24300)
prevent navigate when opening voice flow
This commit is contained in:
parent
24211d5f25
commit
06932d1479
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user