Skip to content

Commit

Permalink
Addon suggestion finder xml (#819)
Browse files Browse the repository at this point in the history
* Addon suggestion finder xml

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Add remote match-property

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Add discovery based on chipId

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Tweaks

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Adjust chipId hex format

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Remove check for remote USB sticks

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

---------

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
  • Loading branch information
andrewfg committed Dec 27, 2023
1 parent a35fc60 commit ca4be28
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,25 @@
<description>This is the binding for ZigBee providing a vendor neutral ZigBee implementation supporting many different
ZigBee devices.</description>

<discovery-methods>
<discovery-method>
<service-type>usb</service-type>
<match-properties>
<match-property>
<name>product</name>
<regex>(?i).*zigb|hubz|husbzb|zi-stick|conbee.*</regex>
</match-property>
</match-properties>
</discovery-method>
<discovery-method>
<service-type>usb</service-type>
<match-properties>
<match-property>
<name>chipId</name>
<regex>0403:8A28|0451:16A8|10C4:89FB|10C4:8B34|10C4:8A2A|1CF1:0030</regex>
</match-property>
</match-properties>
</discovery-method>
</discovery-methods>

</addon:addon>

0 comments on commit ca4be28

Please sign in to comment.