Skip to content

Commit

Permalink
log clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Aug 2, 2024
1 parent e516f65 commit 6d77b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy/quirks/v2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,6 @@ def add_to_registry_v2(
"""Add an entry to the registry."""
_LOGGER.error(
"add_to_registry_v2 is deprecated and will be removed in a future release. "
"Please QuirkBuilder() instead"
"Please QuirkBuilder() instead and ensure you call add_to_registry()."
)
return QuirkBuilder(manufacturer, model, registry=registry)

0 comments on commit 6d77b63

Please # to comment.