hass-core/homeassistant/components/zha/core
Paul Strawder f4a2d7c612
Add ZHA support for Bosch Twinguard and siren install QR codes (#107460)
* 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.

* Replace ZHA deprecated permit_with_key by permit_with_link_key

Convert installation code directly to link key

* Update tests

* formatting
2024-01-31 12:02:34 -05:00
..
cluster_handlers Add additional entities for the Aqara E1 curtain motor to ZHA (#108243) 2024-01-30 22:40:33 -05:00
__init__.py
const.py Add update platform to ZHA (bumps zigpy to 0.61.0) (#107612) 2024-01-30 22:34:48 -05:00
decorators.py Match ZHA Custom ClusterHandler on a Custom Cluster using a unique id for the quirk (#101709) 2023-12-27 11:48:30 -05:00
device.py Add update platform to ZHA (bumps zigpy to 0.61.0) (#107612) 2024-01-30 22:34:48 -05:00
discovery.py Add update platform to ZHA (bumps zigpy to 0.61.0) (#107612) 2024-01-30 22:34:48 -05:00
endpoint.py Reduce log level for creating ZHA cluster handler (#108809) 2024-01-25 08:45:11 -05:00
gateway.py Reorganize ZHA device availability code (#108856) 2024-01-27 07:17:05 -05:00
group.py Migrate internal ZHA data to a dataclasses (#100127) 2023-09-11 21:39:33 +02:00
helpers.py Add ZHA support for Bosch Twinguard and siren install QR codes (#107460) 2024-01-31 12:02:34 -05:00
registries.py Match ZHA Custom ClusterHandler on a Custom Cluster using a unique id for the quirk (#101709) 2023-12-27 11:48:30 -05:00