From 09638436f71f82dbbc6833550d4d5347dfa0fbaf Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 17 Sep 2023 08:50:17 -0400 Subject: [PATCH] Update Alexa color temperature supported item types (#2064) Related to https://github.com/openhab/openhab-alexa/pull/613 Signed-off-by: jsetton Signed-off-by: jgeorgi --- .../src/assets/definitions/metadata/alexa/deviceattributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.ui/web/src/assets/definitions/metadata/alexa/deviceattributes.js b/bundles/org.openhab.ui/web/src/assets/definitions/metadata/alexa/deviceattributes.js index 022f825400..ea3cc90573 100644 --- a/bundles/org.openhab.ui/web/src/assets/definitions/metadata/alexa/deviceattributes.js +++ b/bundles/org.openhab.ui/web/src/assets/definitions/metadata/alexa/deviceattributes.js @@ -210,7 +210,7 @@ export default { parameters: () => [p.retrievable()] }, ColorTemperature: { - itemTypes: ['Dimmer', 'Number'], + itemTypes: ['Dimmer', 'Number', 'Number:Temperature'], parameters: (item) => [ ...(item.type === 'Dimmer' ? [p.colorTemperatureBinding()] : []), p.colorTemperatureRange(),