[wemo] Fix discovery methods (#16077)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2023-12-19 22:54:42 +01:00 committed by GitHub
parent 6763100511
commit f61364d2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@
<match-properties> <match-properties>
<match-property> <match-property>
<name>manufacturer</name> <name>manufacturer</name>
<regex>(?i)BELKIN</regex> <regex>(?i).*BELKIN.*</regex>
</match-property>
<match-property>
<name>modelName</name>
<regex>(?i)(socket|outdoorplug|insight|lightswitch|motion|sensor|bridge|maker|coffee|dimmer|crockpot|airpurifier|humidifier|heater).*</regex>
</match-property> </match-property>
</match-properties> </match-properties>
</discovery-method> </discovery-method>