You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As there has been very few scenarios where this will prove useful it's too much overhead/testing where a few duplicate entries would not cause issues so closing this.
Checklist
Is your feature request related to a problem? Please describe.
I'm developer of integration with a lot of battery devices:
#472
I'm thinking about changing model name template. For example:
zigbee WSDCGQ01LM (lumi.sensor_ht)
toZigbee: WSDCGQ01LM, lumi.sensor_ht
ble CGD1
toBLE: CGD1, cgllc.clock.dove
So all your matching will be broken. Also library has a lot of duplicates:
Describe the solution you'd like
I think in some cases will be enough by matching only market model (
re.match(r"\bWSDCGQ01LM\b")
inside model string.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: