Add channel 26 to ZHA channel changing dialog dropdown (#16801)

Add 26 to list of valid ZHA network channels
This commit is contained in:
puddly 2023-06-06 15:31:50 -04:00 committed by GitHub
parent 76255f2efb
commit 2e531a9006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ const VALID_CHANNELS = [
23,
24,
25,
26,
];
@customElement("dialog-zha-change-channel")