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:
ohadbenita 2017-10-30 23:14:19 +02:00 committed by Fabian Affolter
parent 816aabaade
commit e73fe63a0c

View File

@ -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/