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.
config
1 parent dbfc27b commit 4722403Copy full SHA for 4722403
zigpy_deconz/zigbee/application.py
@@ -70,7 +70,7 @@ class ControllerApplication(zigpy.application.ControllerApplication):
70
def __init__(self, config: dict[str, Any]):
71
"""Initialize instance."""
72
73
- super().__init__(config=zigpy.config.ZIGPY_SCHEMA(config))
+ super().__init__(config=config)
74
self._api = None
75
76
self._pending = zigpy.util.Requests()
0 commit comments