diff --git a/source/_docs/z-wave/services.markdown b/source/_docs/z-wave/services.markdown
index 905d85f7fd0..3c2e5f4664c 100644
--- a/source/_docs/z-wave/services.markdown
+++ b/source/_docs/z-wave/services.markdown
@@ -39,26 +39,15 @@ The `zwave` component exposes multiple services to help maintain the network. Al
| 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 including `
Using the `soft_reset` function with some Z-Wave controllers can cause the Z-Wave network to hang.
-```yaml -# Example configuration.yaml automation entry -automation: - - alias: test at 2:30am - trigger: - platform: time - at: '2:30:00' - action: - service: zwave.test_network - - - alias: heal at 2:32am - trigger: - platform: time - at: '2:32:00' - action: - service: zwave.heal_network -``` +To trigger a `heal_network`, one can always use *Settings -> Z-Wave Network Management -> Heal Network* from the GUI whenever one of the above actions took place.