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

Avoid concurrent radio operations with powerview hubs #114399

Merged
merged 4 commits into from
Mar 29, 2024
Merged

Commits on Mar 28, 2024

  1. Avoid concurrent radio operations with powerview hubs

    fixes #73900
    
    These devices tend to crash if there are concurrent radio
    operations. PARALLEL_UPDATES was set to 1 to try to avoid
    this problem, but it turned out not to be enough
    bdraco committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    faa35a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1656989 View commit details
    Browse the repository at this point in the history
  3. Update homeassistant/components/hunterdouglas_powerview/select.py

    Co-authored-by: kingy444 <toddlesking4@hotmail.com>
    bdraco and kingy444 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f3723da View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix suggestion

    bdraco committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7f03314 View commit details
    Browse the repository at this point in the history