Skip to content
Merged
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
20 changes: 0 additions & 20 deletions drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -904,26 +904,6 @@ matterManufacturer:
vendorId: 0x1285
productId: 0x0009
deviceProfileName: 4-button-batteryLevel
- id: "4741/5"
deviceLabel: Hager Switch 1G
vendorId: 0x1285
productId: 0x0005
deviceProfileName: matter-bridge
- id: "4741/6"
deviceLabel: Hager Switch 2G
vendorId: 0x1285
productId: 0x0006
deviceProfileName: matter-bridge
- id: "4741/7"
deviceLabel: Hager PIR 1.1M
vendorId: 0x1285
productId: 0x0007
deviceProfileName: matter-bridge
- id: "4741/10"
deviceLabel: Hager PIR 2.2M
vendorId: 0x1285
productId: 0x000A
deviceProfileName: matter-bridge
# HAOJAI
- id: "5530/4113"
deviceLabel: HAOJAI Smart Switch 3-key
Expand Down
14 changes: 0 additions & 14 deletions drivers/SmartThings/matter-switch/profiles/motion-illuminance.yml

This file was deleted.

21 changes: 0 additions & 21 deletions drivers/SmartThings/matter-switch/profiles/window-covering.yml

This file was deleted.

3 changes: 1 addition & 2 deletions drivers/SmartThings/matter-switch/src/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright © 2026 SmartThings, Inc.
-- Copyright © 2025 SmartThings, Inc.
-- Licensed under the Apache License, Version 2.0

local MatterDriver = require "st.matter.driver"
Expand Down Expand Up @@ -374,7 +374,6 @@ local matter_driver_template = {
switch_utils.lazy_load_if_possible("sub_drivers.aqara_cube"),
switch_utils.lazy_load("sub_drivers.camera"),
switch_utils.lazy_load_if_possible("sub_drivers.eve_energy"),
switch_utils.lazy_load_if_possible("sub_drivers.hager"),
switch_utils.lazy_load_if_possible("sub_drivers.ikea_scroll"),
switch_utils.lazy_load_if_possible("sub_drivers.third_reality_mk1")
},
Expand Down

This file was deleted.

Loading
Loading