mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
Fix suggestion finder (#17696)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
9c5bd0e057
commit
7fe334c5c6
@ -44,7 +44,7 @@
|
|||||||
<match-properties>
|
<match-properties>
|
||||||
<match-property>
|
<match-property>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
<regex>.*Shelly.*</regex>
|
<regex>(?i).*SHELLY.*</regex>
|
||||||
</match-property>
|
</match-property>
|
||||||
</match-properties>
|
</match-properties>
|
||||||
</discovery-method>
|
</discovery-method>
|
||||||
|
Loading…
Reference in New Issue
Block a user