From f64608e1918d12bf06203c9898b72310b99c42cc Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Mon, 10 Oct 2016 22:19:56 +0200 Subject: [PATCH] Update z-wave-device-specific.markdown (#1209) --- source/getting-started/z-wave-device-specific.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/z-wave-device-specific.markdown b/source/getting-started/z-wave-device-specific.markdown index 0d978f21078..beca50f87b3 100644 --- a/source/getting-started/z-wave-device-specific.markdown +++ b/source/getting-started/z-wave-device-specific.markdown @@ -17,7 +17,7 @@ These devices will either show as a binary sensor or a sensor called `Alarm xxxx As of version 0.30 you can set the settings of a Z-Wave device through the dev_service page of Home Assistant with the service: `zwave/set_config_parameter`. The following parameters can be entered: -- **entity_id** (*Required*): The entity_id of the device that you are going to set a parameter to. Any entity_id of the node can be used. +- **node_id** (*Required*): The node_id of the device that you are going to set a parameter to. - **parameter** (*Required*): The index number of the parameter to be set. Refer to device manual or zwcfg_[home_id].xml - **value** (*Required*): The value to set the parameter to. Refer to device manual or zwcfg_[home_id].xml - **size** (*Optional*): The size of the value. It is normally not needed to specify this parameter, but in some cases it's needed. Check OZW.log for details on this.