Skip to content

Commit

Permalink
Fix suggestion finder (openhab#17696)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
  • Loading branch information
jlaur authored and Ciprian Pascu committed Jan 2, 2025
1 parent 9c5bd0e commit 7fe334c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<match-properties>
<match-property>
<name>name</name>
<regex>.*Shelly.*</regex>
<regex>(?i).*SHELLY.*</regex>
</match-property>
</match-properties>
</discovery-method>
Expand Down

0 comments on commit 7fe334c

Please sign in to comment.