From 0532df1e710294f2d24733dc018b20ec4a7031ba Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Thu, 9 Aug 2018 12:45:44 +0200 Subject: [PATCH] Remove rename functions from control panel (#5976) --- source/_docs/z-wave/control-panel.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_docs/z-wave/control-panel.markdown b/source/_docs/z-wave/control-panel.markdown index 4e607555042..d3169a41c9f 100644 --- a/source/_docs/z-wave/control-panel.markdown +++ b/source/_docs/z-wave/control-panel.markdown @@ -41,8 +41,6 @@ Since 0.63 and the new experimental [entity registry](/docs/configuration/entity * **Replace Failed Node** will replace a failed device with another. If the node is not in the controller's Failed Node List, or the node responds, this command will fail. * **Print Node** prints all state of Z-Wave node to the console log -* **Rename Node** sets the name of the `zwave` entity - this won't happen immediately, and requires you to restart Home Assistant (not reboot) to set the new name. Other entities of a device are renamed using the [entity registry](/docs/configuration/entity-registry/). - * **Heal Node** starts healing of the node.(Update neighbor list and update return routes) * **Test Node** sends no_op test messages to the node. This could in theory bring back a dead node. @@ -116,7 +114,7 @@ This will display the Z-Wave related information about the node: ### {% linkable_title Node Values %} -Allows you to rename the entities of the node. For example, maybe for the sensor `front_door`, you want to rename the value `seismic_intensity` to `shake`. The `entity_id` for that sensor will then change from `sensor.front_door_seismic_intensity` to `sensor.front_door_shake`. +Contains a list of available values of the selected node, and it's instances. ### {% linkable_title Node group associations %}