Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2369,6 +2369,11 @@ zigbeeManufacturer:
manufacturer: LAISIAO
model: yuba
deviceProfileName: switch-smart-bath-heater-laisiao
- id: "JNL/Y-K003-001"
deviceLabel: Yanmi Switch (3 Way) 1
manufacturer: JNL
model: Y-K003-001
deviceProfileName: basic-switch
zigbeeGeneric:
- id: "genericSwitch"
deviceLabel: Zigbee Switch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ local MULTI_SWITCH_NO_MASTER_FINGERPRINTS = {
{ model = "E220-KR3N0Z0-HA", children = 2 },
{ model = "E220-KR4N0Z0-HA", children = 3 },
{ model = "E220-KR5N0Z0-HA", children = 4 },
{ model = "E220-KR6N0Z0-HA", children = 5 }
{ model = "E220-KR6N0Z0-HA", children = 5 },
{ mfr = "JNL", model = "Y-K003-001", children = 2 }
}

local function is_multi_switch_no_master(opts, driver, device)
Expand Down
Loading
Loading