Skip to content

Commit f61364d

Browse files
authored
[wemo] Fix discovery methods (openhab#16077)
Signed-off-by: Jacob Laursen <[email protected]>
1 parent 6763100 commit f61364d

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
<match-properties>
1515
<match-property>
1616
<name>manufacturer</name>
17-
<regex>(?i)BELKIN</regex>
17+
<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>
1822
</match-property>
1923
</match-properties>
2024
</discovery-method>

0 commit comments

Comments
 (0)