mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Voice wizard: Wait 10s for update entity to change state (#25556)
This commit is contained in:
parent
c3e155a95c
commit
2d549ba22f
@ -131,7 +131,7 @@ export class HaVoiceAssistantSetupStepUpdate extends LitElement {
|
|||||||
);
|
);
|
||||||
this._refreshTimeout = window.setTimeout(() => {
|
this._refreshTimeout = window.setTimeout(() => {
|
||||||
this._nextStep();
|
this._nextStep();
|
||||||
}, 5000);
|
}, 10000);
|
||||||
} else {
|
} else {
|
||||||
this._nextStep();
|
this._nextStep();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user