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 888f557 commit 2bb8f19Copy full SHA for 2bb8f19
tests/test_device.py
@@ -745,6 +745,9 @@ async def test_device_properties(zha_gateway: Gateway) -> None:
745
assert zha_device.manufacturer == "FakeManufacturer"
746
assert zha_device.model == "FakeModel"
747
assert zha_device.is_groupable is False
748
+ assert zha_device.quirk_applied is False
749
+ assert zha_device.quirk_class == "zigpy.device.Device"
750
+ assert zha_device.quirk_id is None
751
752
assert zha_device.device_automation_commands == {}
753
assert zha_device.device_automation_triggers == {
0 commit comments