From c92c443b33a4d8359744d6c54605a9e3387baa05 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 9 Jul 2018 01:22:28 +0200 Subject: [PATCH] typo --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index def5dfb..f894208 100644 --- a/Configuration.md +++ b/Configuration.md @@ -172,7 +172,7 @@ event.hook.LightsOnAssistantCommand: - action: shell.exec args: - echo "Lights turned on" >> /your/log/file + cmd: echo "Lights turned on" >> /your/log/file ``` Note how the example above uses another plugin - `shell.exec` to run a shell command. Since this plugin doesn't require any configuration, you don't have to explicitly configure it in order to use it.