Add support for Bosch QR-codes for zha.permit (#102427)

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
Adrian Nöthlich 2023-10-21 21:03:24 +02:00 committed by GitHub
parent c36166f01d
commit e8146e5565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,6 +397,15 @@ QR_CODES = (
([0-9a-fA-F]{36}) # install code ([0-9a-fA-F]{36}) # install code
$ $
""", """,
# Bosch
r"""
^RB01SG
[0-9a-fA-F]{34}
([0-9a-fA-F]{16}) # IEEE address
DLK
([0-9a-fA-F]{36}) # install code
$
""",
) )