Clarify Z-Wave control panel docs (#15533)

This commit is contained in:
Adam Ernst 2020-11-06 16:37:24 -06:00 committed by GitHub
parent 0372fd4860
commit 01f032b019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,17 @@ title: "Z-Wave Control Panel"
description: "How to use the Z-Wave control panel."
---
The Z-Wave control panel is available via **Configuration** → **Integrations** → **Z-Wave** → **Configure**.
* **No Z-Wave integration?** Follow the [set up instructions](/docs/z-wave/installation/) to enable it.
* **Missing the *Configuration* button?** See the [configuration documentation](/integrations/config/) for instructions on enabling it.
<div class='note'>
If you don't see the **Configuration** menu on the menubar, where you'll find the Z-Wave menu, [see here](/integrations/config/).
The current Z-Wave integration will eventually be deprecated and replaced with a [new implementation based on OpenZWave Daemon](https://developers.home-assistant.io/blog/2020/02/04/new-zwave/); it's currently in beta, and you can [try it now](/integrations/ozw/).
</div>
Renaming Z-Wave entities is now done using the same [customization options](/docs/configuration/customizing-devices/) as for any other entity.
## Z-Wave Network Management
Here is where you [include and exclude](/docs/z-wave/adding/) Z-Wave devices from your network.
@ -85,6 +88,8 @@ The **Polling intensity** says how many poll intervals this device is polled on.
You can also exclude a Z-Wave devices from Home Assistant. You can do that if you have a device that you need to have on the Z-Wave network, but you don't want it to appear in Home Assistant, or if you've got a device that's failed and you're unable to exclude it.
Renaming Z-Wave entities is done with the same [customization options](/docs/configuration/customizing-devices/) as any other entity in Home Assistant.
### Node Values
Contains a list of available values of the selected node, and it's instances.
@ -161,3 +166,4 @@ for c in sys.argv[1]:
If you want to only retrieve some lines at the end of the log, you can specify that with the selection field. Max is the last 1000 lines and minimum is 0 which equals the whole log. If this is not specified, you will retrieve the whole log.
Select **Load** to open a new window with the static log.
Select **Tail** to open a new window with a tailing log with the last specified lines of the log. This is a self updating window.