mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Default the ZHA channel change dialog's preferred channel to auto
(#17178)
This commit is contained in:
parent
3d2734eb88
commit
155e9d9e95
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user