mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-27 07:41:39 +01:00
[yeelight] Cleanup semantic tags (#12270)
Related to #12262 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
605c06107f
commit
97d07c9316
@ -56,21 +56,12 @@
|
|||||||
<label>Background Color</label>
|
<label>Background Color</label>
|
||||||
<description>The color channel allows to control the color of a light.</description>
|
<description>The color channel allows to control the color of a light.</description>
|
||||||
<category>ColorLight</category>
|
<category>ColorLight</category>
|
||||||
<tags>
|
|
||||||
<tag>Control</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
<channel-type id="nightlight">
|
<channel-type id="nightlight">
|
||||||
<item-type>Switch</item-type>
|
<item-type>Switch</item-type>
|
||||||
<label>nightlight</label>
|
<label>nightlight</label>
|
||||||
<description>The nightlight channel allows to switch to nightlight mode.
|
<description>The nightlight channel allows to switch to nightlight mode.</description>
|
||||||
</description>
|
|
||||||
<tags>
|
|
||||||
<tag>Switch</tag>
|
|
||||||
<tag>Light</tag>
|
|
||||||
</tags>
|
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
</thing:thing-descriptions>
|
</thing:thing-descriptions>
|
||||||
|
Loading…
Reference in New Issue
Block a user