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.
1 parent 2af0d41 commit 8cd54e0Copy full SHA for 8cd54e0
tests/test_sinope.py
@@ -218,7 +218,9 @@ class Listener:
218
219
async def test_sinope_light_switch_reporting(zigpy_device_from_v2_quirk):
220
"""Test that configuring reporting for action_report works."""
221
- device: Device = zigpy_device_from_v2_quirk(manufacturer="Sinope Technologies", model="SW2500ZB")
+ device: Device = zigpy_device_from_v2_quirk(
222
+ manufacturer="Sinope Technologies", model="SW2500ZB"
223
+ )
224
225
manu_cluster = device.endpoints[1].in_clusters[SINOPE_MANUFACTURER_CLUSTER_ID]
226
0 commit comments