mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-31 13:34:24 +02:00
also consider Group items for binding configuration delegation (#205)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
+2
@@ -60,6 +60,8 @@ public class BindingConfigReaderDelegate implements BindingConfigReader {
|
||||
throws BindingConfigParseException {
|
||||
|
||||
switch (itemType) {
|
||||
case "Group":
|
||||
return new org.openhab.core.items.GroupItem(itemName);
|
||||
case "Switch":
|
||||
return new org.openhab.core.library.items.SwitchItem(itemName);
|
||||
case "Dimmer":
|
||||
|
||||
Reference in New Issue
Block a user