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

Limit concurrent updates for ZHA light and sensor #23534

Merged

Conversation

dmulcahey
Copy link
Contributor

Description:

This PR sets PARALLEL_UPDATES to 5 for lights and sensors to avoid flooding the zigbee network with update requests when the network contains large amounts of light bulbs or electrical measurement sensors.

Related issue (if applicable): fixes #
#23512

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

@homeassistant homeassistant added small-pr PRs with less than 30 lines. cla-signed labels Apr 29, 2019
@ghost ghost assigned Adminiuga and dmulcahey Apr 29, 2019
@ghost
Copy link

ghost commented Apr 29, 2019

Hey there @Adminiuga, mind taking a look at this pull request as its been labeled with a integration (zha) you are listed as a codeowner for? Thanks!

This is a automatic comment generated by codeowners-mention to help ensure issues and pull requests are seen by the right people.

Copy link
Contributor

@Adminiuga Adminiuga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be merged when build passes.

@dmulcahey dmulcahey merged commit 5aa9a1a into home-assistant:dev Apr 29, 2019
@dmulcahey dmulcahey deleted the dm/zha-parallel-updates-limit branch May 8, 2019 10:56
@balloob balloob mentioned this pull request May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed integration: zha small-pr PRs with less than 30 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants