Remove reference to removed zwave update_config (#10210)

* Update installation.markdown

Remove reference to `update_config` service, which has been removed.

* 🚑 Fix build error
This commit is contained in:
Keith Pine 2019-08-23 01:27:44 -07:00 committed by Paulus Schoutsen
parent 6139caaa25
commit 0aaf536ef8

View File

@ -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