Voice wizard: Wait 10s for update entity to change state (#25556)

This commit is contained in:
Paulus Schoutsen 2025-05-22 03:49:29 -04:00 committed by GitHub
parent c3e155a95c
commit 2d549ba22f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();
} }