mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Document zwave.rename_node (#818)
This commit is contained in:
parent
dd695c6512
commit
79407140e1
@ -181,6 +181,7 @@ The Z-Wave component exposes seven services to help maintain the network.
|
||||
| remove_node | Put the zwave controller in exclusion mode. Allows one to remove a device from the zwave network.|
|
||||
| soft_reset | Tells the controller to do a "soft reset". This is not supposed to lose any data, but different controllers can behave differently to a "soft reset" command.|
|
||||
| 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".|
|
||||
| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. |
|
||||
|
||||
The soft_reset and heal_network commands can be used as part of an automation script
|
||||
to help keep a zwave network running relliably. For example:
|
||||
|
Loading…
x
Reference in New Issue
Block a user