From 60131a3e65b49cf03f230d485cc744c56defaf62 Mon Sep 17 00:00:00 2001 From: Jeff Boothe Date: Sun, 23 Dec 2018 07:42:11 -0500 Subject: [PATCH] zha.permit clarification (#7930) This clarifies the steps necessary to perform the `zha.permit` service for those new to Home Assistant. --- source/_components/zha.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index 2bc206d73d5..78f141a71a3 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -64,4 +64,8 @@ database_path: type: string {% endconfiguration %} -To add new devices to the network, call the `permit` service on the `zha` domain, and then follow the device instructions for doing a scan or factory reset. In case you want to add Philips Hue bulbs that have previously been added to another bridge, have a look at: [https://github.com/vanviegen/hue-thief/](https://github.com/vanviegen/hue-thief/) +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. + +In case you want to add Philips Hue bulbs that have previously been added to another bridge, have a look at: [https://github.com/vanviegen/hue-thief/](https://github.com/vanviegen/hue-thief/) + +