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

Add ZHA support for Bosch Twinguard and siren install QR codes #107460

Merged

Commits on Jan 24, 2024

  1. Enable Bosch Outdoor Siren and Bosch Twinguard QR Codes

    These devices contain inside their QR code device specific link keys instead of installation codes. Normally, the link key is generated from the installation code, but in this case we can directly pass the provided link key from QR code to zigpy application controller.
    idstein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a45c77c View commit details
    Browse the repository at this point in the history
  2. Replace ZHA deprecated permit_with_key by permit_with_link_key

    Convert installation code directly to link key
    idstein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3e9e466 View commit details
    Browse the repository at this point in the history
  3. Update tests

    idstein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8d9d054 View commit details
    Browse the repository at this point in the history
  4. formatting

    idstein committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    07c0cd3 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    3ce3526 View commit details
    Browse the repository at this point in the history