diff --git a/bundles/org.openhab.ui/web/src/components/config/controls/triggerchannel-picker.vue b/bundles/org.openhab.ui/web/src/components/config/controls/triggerchannel-picker.vue index ca534a3a26..b3ec4b52cc 100644 --- a/bundles/org.openhab.ui/web/src/components/config/controls/triggerchannel-picker.vue +++ b/bundles/org.openhab.ui/web/src/components/config/controls/triggerchannel-picker.vue @@ -33,7 +33,7 @@ export default { }, created () { this.smartSelectParams.closeOnSelect = !(this.multiple) - this.$oh.api.get('/rest/things?staticDataOnly=true').then((data) => { + this.$oh.api.get('/rest/things').then((data) => { this.things = data.sort((a, b) => { const labelA = a.label const labelB = b.label