Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm2k1 committed Nov 17, 2024
1 parent 4520502 commit 4f93c1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_sinope.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,11 @@ async def test_sinope_light_switch_reporting(zigpy_device_from_quirk, quirk):

@pytest.mark.parametrize("quirk", (SinopeTechnologieslight,))
async def test_sinope_light_device_triggers_def(zigpy_device_from_quirk, quirk):
"""Test that configuring reporting for action_report works."""
"""Test device automation triggers.
Make sure that values are actual ints and not instances of an enum class.
"""

device: Device = zigpy_device_from_quirk(quirk)

for config in device.device_automation_triggers.values():
Expand Down

0 comments on commit 4f93c1f

Please sign in to comment.