mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add support for Bosch QR-codes for zha.permit (#102427)
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
parent
c36166f01d
commit
e8146e5565
@ -397,6 +397,15 @@ QR_CODES = (
|
||||
([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
|
||||
$
|
||||
""",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user