fix voice wizard bugs (#24950)

This commit is contained in:
Bram Kragten
2025-04-07 12:41:29 +02:00
committed by GitHub
parent 316c3f4e1f
commit 2ccc5355c4
4 changed files with 25 additions and 7 deletions

View File

@@ -90,6 +90,9 @@ export class HaVoiceAssistantSetupDialog extends LitElement {
this._previousSteps = [];
this._nextStep = undefined;
this._step = STEP.INIT;
this._language = undefined;
this._languages = [];
this._localOption = undefined;
fireEvent(this, "dialog-closed", { dialog: this.localName });
}