mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
YAML item proviuder: fix method isVersionSupported (#4820)
Required after the merge of PR #4807 and PR #4776 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ public class YamlItemProvider extends AbstractProvider<Item> implements ItemProv
|
||||
|
||||
@Override
|
||||
public boolean isVersionSupported(int version) {
|
||||
return version >= 2;
|
||||
return version >= 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user