We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ALL_QUIRK_V2_CLASSES
1 parent 49621a6 commit c00eb01Copy full SHA for c00eb01
tests/test_quirks_v2.py
@@ -11,8 +11,8 @@
11
zhaquirks.setup()
12
13
14
-ALL_QUIRK_V2_CLASSES: list[QuirksV2RegistryEntry] = itertools.chain.from_iterable(
15
- zigpy.quirks.DEVICE_REGISTRY.registry_v2.values()
+ALL_QUIRK_V2_CLASSES: list[QuirksV2RegistryEntry] = list(
+ itertools.chain.from_iterable(zigpy.quirks.DEVICE_REGISTRY.registry_v2.values())
16
)
17
18
0 commit comments