]> git.basschouten.com Git - openhab-addons.git/commitdiff
[yeelight] Cleanup semantic tags (#12270)
authorlolodomo <lg.hc@free.fr>
Sat, 12 Feb 2022 22:06:12 +0000 (23:06 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 22:06:12 +0000 (23:06 +0100)
Related to #12262

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.yeelight/src/main/resources/OH-INF/thing/channels.xml

index 0e3d6e5d3f29067e188136312aac6691e60f6307..accfef0f2df748fd1ee0b3485d5bd83bd2b26ede 100644 (file)
                <label>Background Color</label>
                <description>The color channel allows to control the color of a light.</description>
                <category>ColorLight</category>
-               <tags>
-                       <tag>Control</tag>
-                       <tag>Light</tag>
-               </tags>
        </channel-type>
 
        <channel-type id="nightlight">
                <item-type>Switch</item-type>
                <label>nightlight</label>
-               <description>The nightlight channel allows to switch to nightlight mode.
-               </description>
-               <tags>
-                       <tag>Switch</tag>
-                       <tag>Light</tag>
-               </tags>
+               <description>The nightlight channel allows to switch to nightlight mode.</description>
        </channel-type>
 
 </thing:thing-descriptions>