From a22759f894b6c175edc93c1c0986cdf75646ccd2 Mon Sep 17 00:00:00 2001 From: NoahCornell Date: Wed, 15 Jul 2026 10:42:06 -0500 Subject: [PATCH] philips-hue: pass correct argument in device initialization --- drivers/SmartThings/philips-hue/src/stray_device_helper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SmartThings/philips-hue/src/stray_device_helper.lua b/drivers/SmartThings/philips-hue/src/stray_device_helper.lua index fb58e81725..da5ee936d3 100644 --- a/drivers/SmartThings/philips-hue/src/stray_device_helper.lua +++ b/drivers/SmartThings/philips-hue/src/stray_device_helper.lua @@ -82,7 +82,7 @@ function StrayDeviceHelper.process_strays(driver, strays, bridge_device_uuid) if cached_device_description then table.insert(dnis_to_remove, device.device_network_id) lazy_handlers.lifecycle_handlers.initialize_device( - driver, device, "added", nil, bridge_device_uuid, cached_device_description + driver, device, "added", nil, bridge_device_uuid, device_rid ) end ::continue::