zha.permit clarification (#7930)

This clarifies the steps necessary to perform the `zha.permit` service for those new to Home Assistant.
This commit is contained in:
Jeff Boothe 2018-12-23 07:42:11 -05:00 committed by Fabian Affolter
parent 8208723258
commit 60131a3e65

View File

@ -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/)