We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0103e99 commit f5bedb5Copy full SHA for f5bedb5
src/controller/model/device.ts
@@ -790,6 +790,7 @@ export class Device extends Entity<ControllerEventMap> {
790
MOT003: {}, // https://github.com/Koenkk/zigbee2mqtt/issues/12471
791
"C-ZB-SEDC": {}, //candeo device that doesn't follow IAS enrollment process correctly and therefore fails to complete interview
792
"C-ZB-SEMO": {}, //candeo device that doesn't follow IAS enrollment process correctly and therefore fails to complete interview
793
+ "CS-T9C-A0-BG": {}, // iAS enroll fails: https://github.com/Koenkk/zigbee2mqtt/issues/27822
794
};
795
796
let match: string | undefined;
0 commit comments