diff --git a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties
index 3fa66d65d9a03..b6d1dbb42159a 100644
--- a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties
+++ b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue.properties
@@ -42,8 +42,6 @@ thing-type.hue.device.description = A Hue API v2 device with channels depending
thing-type.hue.device.channel.alert.description = Activate the alert for the light.
thing-type.hue.device.channel.button-last-updated.label = Button Last Updated
thing-type.hue.device.channel.button-last-updated.description = The date and time when a button was last pressed.
-thing-type.hue.device.channel.color-xy-only.description = Set the color xy parameter of the light without changing other state parameters.
-thing-type.hue.device.channel.dimming-only.description = Set the dimming parameter of the light without changing other state parameters.
thing-type.hue.device.channel.effect.description = Activate the effect for the light.
thing-type.hue.device.channel.light-level.description = Current light level.
thing-type.hue.device.channel.light-level-enabled.description = Light level sensor enabled.
@@ -52,7 +50,6 @@ thing-type.hue.device.channel.light-level-last-updated.description = The date an
thing-type.hue.device.channel.motion-enabled.description = Motion sensor enabled.
thing-type.hue.device.channel.motion-last-updated.label = Motion Last Updated
thing-type.hue.device.channel.motion-last-updated.description = The date and time when the motion value was last updated.
-thing-type.hue.device.channel.on-off-only.description = Set the on/off parameter of the light without changing other state parameters.
thing-type.hue.device.channel.rotary-steps-last-updated.label = Rotary Steps Last Updated
thing-type.hue.device.channel.rotary-steps-last-updated.description = The date and time when the rotary steps were last updated.
thing-type.hue.device.channel.security-contact.label = Security Contact
@@ -136,8 +133,11 @@ thing-type.config.hue.zone.resourceId.description = Unique Resource ID of the zo
# channel types
channel-type.hue.advanced-brightness.label = Dimming Only
+channel-type.hue.advanced-brightness.description = Set the dimming parameter of the light without changing other state parameters.
channel-type.hue.advanced-color.label = Color XY Only
+channel-type.hue.advanced-color.description = Set the color xy parameter of the light without changing other state parameters.
channel-type.hue.advanced-power.label = On/Off Only
+channel-type.hue.advanced-power.description = Set the on/off parameter of the light without changing other state parameters.
channel-type.hue.alert-v2.label = Alert
channel-type.hue.alert.label = Alert
channel-type.hue.alert.description = The alert channel allows a temporary change to the bulb’s state.
diff --git a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/Clip2Thing.xml b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/Clip2Thing.xml
index 33f5d935c5608..3a0a77635065d 100644
--- a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/Clip2Thing.xml
+++ b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/Clip2Thing.xml
@@ -13,10 +13,18 @@
A Hue API v2 device with channels depending on its actual capabilities.
-
-
-
-
+
+ veto
+
+
+ veto
+
+
+ veto
+
+
+ veto
+ Activate the alert for the light.
@@ -85,16 +93,12 @@
-
-
- Set the color xy parameter of the light without changing other state parameters.
-
-
- Set the dimming parameter of the light without changing other state parameters.
-
-
- Set the on/off parameter of the light without changing other state parameters.
+
+ veto
+
+
+
diff --git a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml
index c1f82b5516ac7..d4ba6e9b70f2e 100644
--- a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml
+++ b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml
@@ -240,20 +240,26 @@
Color
+ Set the color xy parameter of the light without changing other state parameters.ColorLight
+ vetoDimmer
+ Set the dimming parameter of the light without changing other state parameters.Light
+ vetoSwitch
+ Set the on/off parameter of the light without changing other state parameters.Switch
+ veto