also consider Group items for binding configuration delegation (#205)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2017-08-31 18:12:55 +02:00
committed by GitHub
parent 8019801477
commit 321d6ca5d8
@@ -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":