Skip to content

Commit

Permalink
Assign default manufacturer code in quirks v1 tests (#3863)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES authored Feb 13, 2025
1 parent 1c97fcf commit ba3c7c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def _dev(quirk, ieee=None, nwk=zigpy.types.NWK(0x1234), apply_quirk=True):
raw_device = zigpy.device.Device(MockAppController, ieee, nwk)
raw_device.manufacturer = manufacturer
raw_device.model = model
raw_device.node_desc = NodeDescriptor(manufacturer_code=1234)

endpoints = quirk.signature.get(ENDPOINTS, {})
for ep_id, ep_data in endpoints.items():
Expand Down

0 comments on commit ba3c7c7

Please sign in to comment.