From e73fe63a0ceda196c46c638686007116b7586abf Mon Sep 17 00:00:00 2001 From: ohadbenita <30605246+ohadbenita@users.noreply.github.com> Date: Mon, 30 Oct 2017 23:14:19 +0200 Subject: [PATCH] Shell command naming convention change (#3843) * Shell command naming convention change camel case naming isn't allowed (shell command configuration validation fails * Add period --- source/_components/shell_command.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/shell_command.markdown b/source/_components/shell_command.markdown index 2a50140747c..d9f64f8a072 100644 --- a/source/_components/shell_command.markdown +++ b/source/_components/shell_command.markdown @@ -12,6 +12,7 @@ logo: home-assistant.png --- This component can expose regular shell commands as services. Services can be called from a [script] or in [automation]. +Shell commands aren't allowed for a camel-case naming, please use lowercase naming only and separate the names with underscores. [script]: /components/script/ [automation]: /getting-started/automation/