Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling of topology scanner #509

Merged
merged 1 commit into from Sep 30, 2020

Conversation

Adminiuga
Copy link
Collaborator

Introduce two new configuration options:

  • topology_scan_enabled: bool = True -- enable/disable topology scan
  • topology_scan_skip_coordinator: bool = False -- don't scan coordinator

Example Home Assistant core configuration.yaml:

  • don't scan at all
zha:
  zigpy_config:
    topology_scan_enabled = no
  • scan all device but coordinator
zha:
  zigpy_config:
    topology_scan_skip_coordinator = yes

Allow to skip coordinator neighbor scanning.
@coveralls
Copy link

coveralls commented Sep 30, 2020

Coverage Status

Coverage decreased (-0.0005%) to 99.852% when pulling ded289b on Adminiuga:ac/allow-scanner-disabling into 797fab8 on zigpy:dev.

@Adminiuga Adminiuga merged commit 938d670 into zigpy:dev Sep 30, 2020
@Adminiuga Adminiuga deleted the ac/allow-scanner-disabling branch October 27, 2020 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants