Skip to content

Commit 150566a

Browse files
authored
Update z-wave.markdown
changed last 2 sentences based on @Landrash suggestion.
1 parent 2ccd8f9 commit 150566a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started/z-wave.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The Z-Wave component exposes seven services to help maintain the network.
199199
| 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".|
200200
| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. |
201201

202-
The `soft_reset` and `heal_network` commands can be used as part of an automation script to help keep a zwave 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 `auto_heal` to false. Soft resetting some zwave controllers can cause the network to hang, so the below automation should only be used if there are issues with your zwave network.
202+
The `soft_reset` and `heal_network` commands can be used as part of an automation script to help keep a zwave 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 `auto_heal` to false. Using the `soft_reset` function with some z-wave controllers can cause the z-wave network to hang. If you're having issues with your z-wave network try disabling this automation.
203203

204204
```yaml
205205
# Example configuration.yaml automation entry

0 commit comments

Comments
 (0)