Shell command naming convention change (#3843)
* Shell command naming convention change camel case naming isn't allowed (shell command configuration validation fails * Add period
This commit is contained in:
parent
816aabaade
commit
e73fe63a0c
1 changed files with 1 additions and 0 deletions
|
@ -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].
|
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/
|
[script]: /components/script/
|
||||||
[automation]: /getting-started/automation/
|
[automation]: /getting-started/automation/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue