From 586e55a3cef174daae1f153903053f27fc4e0b78 Mon Sep 17 00:00:00 2001 From: Alexei Chetroi Date: Mon, 28 Sep 2020 20:39:16 -0400 Subject: [PATCH] Update ZHA service descriptions (#14643) --- source/_integrations/zha.markdown | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index b88ce36a943..b4c757cf2c9 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -144,6 +144,32 @@ enable_quirks: To add new devices to the network, call the `permit` service on the `zha` domain. Do this by clicking the Service icon in Developer tools and typing `zha.permit` in the **Service** dropdown box. Next, follow the device instructions for adding, scanning or factory reset. + +## Services +### Service `permit` +This service opens network for joining new devices + +| Data | Optional | Description | +| ---- | ---- | ----------- | +| `duration` | yes | For how long to allow new devices to join, default 60s +| `ieee` | yes | allow new devices to join via an existing device +| `src_ieee` | | The IEEE address of the joining ZB3 device. Use with `install_code` +| `install_code` | | Install Code of the joining device. Use with `src_ieee` +| `qr_code` | | QR code containing IEEE and Install Code of the joining ZB3 device + +* currently `qr_cde` supports QR Install Codes from: +- Aqara +- Consciot +- Embrighten + +### Service `remove` +This service remove an existing device from the network + +| Data | Optional | Description | +| ---- | ---- | ----------- | +| `ieee` | no | What device to remove + + ### OTA firmware updates ZHA component does have the ability to automatically download and perform OTA (Over-The-Air) firmware updates of Zigbee devices if the OTA firmware provider source URL for updates is available. OTA firmware updating is set to disabled (`false`) in the configuration by default.