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/