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 d5563eb commit cbaa7b4Copy full SHA for cbaa7b4
drivers/SmartThings/matter-switch/src/init.lua
@@ -765,11 +765,15 @@ local function match_profile(driver, device)
765
end
766
767
local function do_configure(driver, device)
768
- match_profile(driver, device)
+ if device.network_type == device_lib.NETWORK_TYPE_MATTER then
769
+ match_profile(driver, device)
770
+ end
771
772
773
local function driver_switched(driver, device)
774
775
776
777
778
779
local function device_removed(driver, device)
0 commit comments