Skip to content

Commit 622aefa

Browse files
authored
Merge branch 'main' into chore/zwave-switch-ll-refactor
2 parents af80a9d + d6dbbcf commit 622aefa

File tree

5 files changed

+422
-1
lines changed

5 files changed

+422
-1
lines changed

drivers/SmartThings/matter-sensor/fingerprints.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ matterManufacturer:
7474
vendorId: 0x120B
7575
productId: 0x1008
7676
deviceProfileName: leak-battery
77+
- id: "4619/4192"
78+
deviceLabel: Smart Humidity&Temperature Sensor
79+
vendorId: 0x120B
80+
productId: 0x1060
81+
deviceProfileName: temperature-humidity-battery
7782
# Legrand
7883
- id: "Legrand/Netatmo/Smart-2-in-1-Sensor"
7984
deviceLabel: Netatmo Smart 2-in-1 Sensor

drivers/SmartThings/zigbee-switch/fingerprints.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2390,6 +2390,11 @@ zigbeeManufacturer:
23902390
manufacturer: NodOn
23912391
model: SIN-4-1-21
23922392
deviceProfileName: switch-power-energy
2393+
- id: "JNL/Y-K003-001"
2394+
deviceLabel: Yanmi Switch (3 Way) 1
2395+
manufacturer: JNL
2396+
model: Y-K003-001
2397+
deviceProfileName: basic-switch
23932398
zigbeeGeneric:
23942399
- id: "genericSwitch"
23952400
deviceLabel: Zigbee Switch

drivers/SmartThings/zigbee-switch/src/multi-switch-no-master/fingerprints.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ return {
4242
{ model = "E220-KR3N0Z0-HA", children = 2 },
4343
{ model = "E220-KR4N0Z0-HA", children = 3 },
4444
{ model = "E220-KR5N0Z0-HA", children = 4 },
45-
{ model = "E220-KR6N0Z0-HA", children = 5 }
45+
{ model = "E220-KR6N0Z0-HA", children = 5 },
46+
{ mfr = "JNL", model = "Y-K003-001", children = 2 }
4647
}

0 commit comments

Comments
 (0)