From 3bae0da900c6eb64fc3650d3224ec3b34f5049c8 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 10 Nov 2024 08:53:44 -0500 Subject: [PATCH] comment --- tests/test_sinope.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test_sinope.py b/tests/test_sinope.py index 27e864f6ce..72b3e69abd 100644 --- a/tests/test_sinope.py +++ b/tests/test_sinope.py @@ -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():