From 29e973d060c18ad119bbc4404d4668e6af54f302 Mon Sep 17 00:00:00 2001 From: FletcherAU Date: Tue, 3 Oct 2017 21:24:59 +0800 Subject: [PATCH] Fix typo in cancel_command description (#9671) "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 92b5fa25d20..911a583afc0 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.