mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
fix voice wizard bugs (#24950)
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user