Replies: 1 comment
-
This is not an app specific feature request. Please use our community forums instead. ../Frenck |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please consider adding support for QR code scanning via camera for the ZHA integration to the Home Assistant Companion app for iOS to enable Zigbee 3.0 device secure provisioning (to match the as QR code scan support via cameera that was added for Z-Wave Smart Start in Home Assistant 2025.5 release).
As I understand, zha integration component in Home Assistant core already has backend code, so what is missing is the frontend parts.
For reference and more information about Zigbee device QR code provisioning please see this related feature request discussions:
and
Also see this related discussion:
So the request it to enable QR code scanning Zigbee devices that requires install code that can be added via QR code for commisioning. Something that itoday have to be done manually via Actions (service calls), which is something that is not a user-friendly procedure today.
Actions
Action
zha.permit
To add new devices to the network, call the
permit
action on thezha
domain. Do this by clicking the Actions tab in Developer tools and typingzha.permit
in the Action dropdown box. Next, follow the device instructions for adding, scanning or factory reset.This action opens network for joining new devices.
duration
ieee
To join a new device using an install code (ZB3 devices) use the following data attributes (must use parameters only
from the same group:
src_ieee
install_code
install_code
src_ieee
qr_code
Note
Currently
qr_code
supports QR Install Codes from:Beta Was this translation helpful? Give feedback.
All reactions