diff --git a/lib/extension/deviceAvailability.js b/lib/extension/deviceAvailability.js index 44ab7b838..ad5ef5afc 100644 --- a/lib/extension/deviceAvailability.js +++ b/lib/extension/deviceAvailability.js @@ -9,7 +9,7 @@ const pingableDevices = [ zigbeeShepherdConverters.devices.find((d) => d.model === 'E11-G13'), ]; -const toZigbeeCandidates = ['state']; +const toZigbeeCandidates = ['state', 'color', 'color_temp']; /** * This extensions pings devices to check if they are online.