From 56e2d618e66e3a9b414ed032fa9e166c41e68642 Mon Sep 17 00:00:00 2001 From: FletcherAU Date: Tue, 3 Oct 2017 18:25:58 +0800 Subject: [PATCH] Fix typo in cancel_command description "wasn't going to use it" --- homeassistant/components/zwave/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/zwave/services.yaml b/homeassistant/components/zwave/services.yaml index 92b5fa25d201c4..911a583afc0b63 100644 --- a/homeassistant/components/zwave/services.yaml +++ b/homeassistant/components/zwave/services.yaml @@ -22,7 +22,7 @@ add_node_secure: description: Add a new node to the Z-Wave network with secure communications. Secure network key must be set, this process will fallback to add_node (unsecure) for unsupported devices. Note that unsecure devices can't directly talk to secure devices. Refer to OZW.log for progress. cancel_command: - description: Cancel a running Z-Wave controller command. Use this to exit add_node, if you wasn't going to use it but activated it. + description: Cancel a running Z-Wave controller command. Use this to exit add_node, if you weren't going to use it but activated it. heal_network: description: Start a Z-Wave network heal. This might take a while and will slow down the Z-Wave network greatly while it is being processed. Refer to OZW.log for progress.