From dba3579557dd600845bbdb15a5cffd0159f251eb Mon Sep 17 00:00:00 2001 From: Keith Pine Date: Fri, 23 Aug 2019 01:27:44 -0700 Subject: [PATCH] Remove reference to removed zwave update_config (#10210) * Update installation.markdown Remove reference to `update_config` service, which has been removed. * :ambulance: Fix build error --- source/_docs/z-wave/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index d5148f6ea41..206d323582a 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -27,7 +27,7 @@ network_key: type: string default: None config_path: - description: "The path to the Python OpenZWave configuration files. NOTE: there is also the [update_config service](/docs/z-wave/services/) to perform updating the config within python-openzwave automatically." + description: The path to the Python OpenZWave configuration files. required: false type: string default: the 'config' that is installed by python-openzwave