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
This isn't strictly a ZHA issue, but it's here for better visibility.
In ZHA and zha-quirks, we have some places that go over all (custom) clusters defined in quirks.
However, most of these do not consider v2 quirks yet. We should look at how we want to implement support for v2 quirks in those tests (loop through all metadata tuples?)
This isn't strictly a ZHA issue, but it's here for better visibility.
In ZHA and zha-quirks, we have some places that go over all (custom) clusters defined in quirks.
However, most of these do not consider v2 quirks yet. We should look at how we want to implement support for v2 quirks in those tests (loop through all metadata tuples?)
Examples of these tests include:
Although Fix quirk ID test ignoring custom clusters in v2 quirks #264 adds v2 quirk support for that test only.
test_quirks.py
)The text was updated successfully, but these errors were encountered: