We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6763100 commit f61364dCopy full SHA for f61364d
bundles/org.openhab.binding.wemo/src/main/resources/OH-INF/addon/addon.xml
@@ -14,7 +14,11 @@
14
<match-properties>
15
<match-property>
16
<name>manufacturer</name>
17
- <regex>(?i)BELKIN</regex>
+ <regex>(?i).*BELKIN.*</regex>
18
+ </match-property>
19
+ <match-property>
20
+ <name>modelName</name>
21
+ <regex>(?i)(socket|outdoorplug|insight|lightswitch|motion|sensor|bridge|maker|coffee|dimmer|crockpot|airpurifier|humidifier|heater).*</regex>
22
</match-property>
23
</match-properties>
24
</discovery-method>
0 commit comments