Skip to content

Commit 4587d33

Browse files
authored
Do not convert config multiple times (#157)
1 parent 7a88a69 commit 4587d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zigpy_zigate/zigbee/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
class ControllerApplication(zigpy.application.ControllerApplication):
3030
def __init__(self, config: dict[str, Any]):
31-
super().__init__(zigpy.config.ZIGPY_SCHEMA(config))
31+
super().__init__(config)
3232
self._api: ZiGate | None = None
3333

3434
self._pending = {}

0 commit comments

Comments
 (0)