Skip to content

Commit

Permalink
set gateway ref in config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulcahey committed Mar 24, 2024
1 parent 64fcd84 commit 5814fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zha/application/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def __init__(self, config: ZHAData) -> None:
setup_quirks(
custom_quirks_path=config.yaml_config.get(CONF_CUSTOM_QUIRKS_PATH)
)
self.config.gateway = self

def get_application_controller_data(self) -> tuple[ControllerApplication, dict]:
"""Get an uninitialized instance of a zigpy `ControllerApplication`."""
Expand Down

0 comments on commit 5814fe3

Please sign in to comment.