Add a YAML file provider for semantic tags (#3659)

* Add a YAML file provider for semantic tags

Files in folder conf/tags are loaded by this provider.

Related to #3619

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2023-12-10 11:26:03 +01:00
committed by GitHub
parent 152ffe3fbb
commit 070de55b27
17 changed files with 835 additions and 0 deletions
@@ -390,6 +390,13 @@
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.model.lsp/${project.version}</bundle>
</feature>
<feature name="openhab-core-model-yaml" version="${project.version}">
<feature>openhab-core-base</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.model.yaml/${project.version}</bundle>
<requirement>openhab.tp;filter:="(feature=jackson)"</requirement>
<feature dependency="true">openhab.tp-jackson</feature>
</feature>
<feature name="openhab-core-storage-json" version="${project.version}">
<feature>openhab-core-base</feature>
@@ -434,6 +441,7 @@
<feature>openhab-core-model-script</feature>
<feature>openhab-core-model-sitemap</feature>
<feature>openhab-core-model-thing</feature>
<feature>openhab-core-model-yaml</feature>
<feature>openhab-core-ui-icon</feature>
<feature>openhab-core-storage-json</feature>
<feature>openhab-runtime-certificate</feature>