Skip to content

Commit 3fef5cc

Browse files
authored
Fix suggestion finder (openhab#17696)
Signed-off-by: Jacob Laursen <[email protected]>
1 parent 18862d3 commit 3fef5cc

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/addon

1 file changed

+1
-1
lines changed

bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/addon/addon.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<match-properties>
4545
<match-property>
4646
<name>name</name>
47-
<regex>.*Shelly.*</regex>
47+
<regex>(?i).*SHELLY.*</regex>
4848
</match-property>
4949
</match-properties>
5050
</discovery-method>

0 commit comments

Comments
 (0)