mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-25 20:12:48 +00:00
Default the ZHA channel change dialog's preferred channel to auto (#17178)
This commit is contained in:
@@ -45,7 +45,7 @@ class DialogZHAChangeChannel extends LitElement implements HassDialog {
|
||||
|
||||
public async showDialog(params: ZHAChangeChannelDialogParams): Promise<void> {
|
||||
this._params = params;
|
||||
this._newChannel = params.currentChannel;
|
||||
this._newChannel = "auto";
|
||||
}
|
||||
|
||||
public closeDialog(): void {
|
||||
|
||||
Reference in New Issue
Block a user