You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/getting-started/z-wave-device-specific.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ These devices will either show as a binary sensor or a sensor called `Alarm xxxx
17
17
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`.
18
18
19
19
The following parameters can be entered:
20
-
-**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.
20
+
-**node_id** (*Required*): The node_id of the device that you are going to set a parameter to.
21
21
-**parameter** (*Required*): The index number of the parameter to be set. Refer to device manual or zwcfg_[home_id].xml
22
22
-**value** (*Required*): The value to set the parameter to. Refer to device manual or zwcfg_[home_id].xml
23
23
-**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.
0 commit comments