]> git.basschouten.com Git - openhab-addons.git/commitdiff
[hue] Refactor: change category to one that exists (#9335)
authorMatthew Skinner <matt@pcmus.com>
Sat, 12 Dec 2020 09:08:42 +0000 (20:08 +1100)
committerGitHub <noreply@github.com>
Sat, 12 Dec 2020 09:08:42 +0000 (10:08 +0100)
<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>
bundles/org.openhab.binding.hue/src/main/resources/OH-INF/thing/channels.xml

index 2a48b2e421416ea98af7e11f1eed45316f48f4ce..e9db724a582d9e22c0f0428b853ed4925f0e7eec 100644 (file)
@@ -25,7 +25,7 @@
                        It is also possible to switch the
                        light on and off.
                </description>
-               <category>DimmableLight</category>
+               <category>Light</category>
                <tags>
                        <tag>Lighting</tag>
                </tags>