mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[milight] Refactor: change category to one that exist (#9336)
<category>DimmableLight</category> The above category does not exist here <https://www.openhab.org/docs/concepts/categories.html> and the new UI does not have this as a valid option to select when creating an item. Signed-off-by: Matthew Skinner <matt@pcmus.com>
This commit is contained in:
parent
7451df9865
commit
8cb5a8b073
@ -75,7 +75,7 @@
|
||||
<description>White leds and RGBWW allow to change between a cold and a warm color temperature. White support 16, RGBWW
|
||||
support 64 steps
|
||||
</description>
|
||||
<category>DimmableLight</category>
|
||||
<category>Light</category>
|
||||
<state min="0" max="100" step="1" pattern="%d"></state>
|
||||
</channel-type>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user