From b5c3b6e4ddab2fa74172ce81b3c4b3c13e9efb60 Mon Sep 17 00:00:00 2001 From: Carter Swedal <carter.swedal@smartthings.com> Date: Thu, 24 Aug 2023 10:58:10 -0500 Subject: [PATCH] fixup! fixup! 45c9aed289d98321f5692a7fd5db8e6f57125c30 --- drivers/SmartThings/philips-hue/src/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/SmartThings/philips-hue/src/init.lua b/drivers/SmartThings/philips-hue/src/init.lua index c435b80326..fa52ccb2ac 100644 --- a/drivers/SmartThings/philips-hue/src/init.lua +++ b/drivers/SmartThings/philips-hue/src/init.lua @@ -687,6 +687,7 @@ light_added = function(driver, device, parent_device_id, resource_id) driver.light_id_to_device[device_light_resource_id] = device + -- the refresh handler adds lights that don't have a fully initialized bridge to a queue. handlers.refresh_handler(driver, device) end