From a75368ac6ec61fea6ba87be16f99422182f00888 Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Sat, 4 Aug 2018 22:19:52 +0200 Subject: [PATCH] Update services.markdown (#5926) * Update services.markdown Just a minor change to make sure users delete the correct entries from the file. * Update services.markdown * Update services.markdown --- source/_docs/z-wave/services.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave/services.markdown b/source/_docs/z-wave/services.markdown index 4a3fa92f26c..8b8d9d32276 100644 --- a/source/_docs/z-wave/services.markdown +++ b/source/_docs/z-wave/services.markdown @@ -35,7 +35,7 @@ The `zwave` component exposes multiple services to help maintain the network. Al | stop_network | Stops the Z-Wave network. | | test_network | Tells the controller to send no-op commands to each node and measure the time for a response. In theory, this can also bring back nodes which have been marked "presumed dead." | | test_node | Tells the controller to send no-op command(s) to a specific node. Requires `node_id` field. You can specify amount of test_messages to send by specifying it with `messages` field. In theory, this could bring back nodes marked as "presumed dead" -| update_config | Attempt to update OZW configuration files from git to support newer devices. After you run this, wait a few minutes then stop Home Assistant. You can now back up your `zwcfg_*.xml` file, then delete the relevant entries from your `zwcfg_*.xml` (between `` and ``), and finally start Home Assistant. | +| update_config | Attempt to update OZW configuration files from git to support newer devices. After you run this, wait a few minutes then stop Home Assistant. You can now back up your `zwcfg_*.xml` file, then delete the relevant entries from your `zwcfg_*.xml` (between and including `` and ``), and finally start Home Assistant. | The `soft_reset` and `heal_network` commands can be used as part of an automation script to help keep a Z-Wave network running reliably as shown in the example below. By default, Home Assistant will run a `heal_network` at midnight. This is a configuration option for the `zwave` component. The option defaults to `true` but can be disabled by setting `autoheal` to false. If you're having issues with your Z-Wave network, try disabling this automation.