]> git.basschouten.com Git - openhab-addons.git/commit
[actiontemplatehli] Initial contribution (#12260)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Sun, 19 Jun 2022 11:39:31 +0000 (13:39 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 11:39:31 +0000 (13:39 +0200)
commitdaea9ae5b2cc5c0fa31fbe68862f1d96650174dc
tree68ee1fd9d22df5f2480c0a43c2c3a411c2f43c14
parent11aa3207a69f8316e850ccb2ce47853ad34e6ca2
[actiontemplatehli] Initial contribution (#12260)

* [actiontemplatehli] initial contribution

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
16 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.voice.actiontemplatehli/NOTICE [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/README.md [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/pom.xml [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/java/org/openhab/voice/actiontemplatehli/internal/ActionTemplateInterpreter.java [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/java/org/openhab/voice/actiontemplatehli/internal/ActionTemplateInterpreterConfiguration.java [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/java/org/openhab/voice/actiontemplatehli/internal/ActionTemplateInterpreterConstants.java [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/java/org/openhab/voice/actiontemplatehli/internal/configuration/ActionTemplateConfiguration.java [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/java/org/openhab/voice/actiontemplatehli/internal/configuration/ActionTemplateGroupTargets.java [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/java/org/openhab/voice/actiontemplatehli/internal/configuration/ActionTemplatePlaceholder.java [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/resources/OH-INF/config/config.xml [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/main/resources/OH-INF/i18n/actiontemplatehli.properties [new file with mode: 0644]
bundles/org.openhab.voice.actiontemplatehli/src/test/java/org/openhab/voice/actiontemplatehli/internal/ActionTemplateInterpreterTest.java [new file with mode: 0644]
bundles/pom.xml