Update shell_command.markdown (#26756)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
GoodLug 2023-03-28 14:26:51 +01:00 committed by GitHub
parent 2cee119ea8
commit bdec26e3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ ha_integration_type: integration
This integration 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.
Note that the shell command process will be terminated after 60 seconds, full stop. There is no option to alter this behavior, this is by design because Home Assistant is not intended to manage long-running external processes.
[script]: /integrations/script/
[automation]: /getting-started/automation/