From bdec26e3eed2bcafb8ac05a96d85f87d41aa4345 Mon Sep 17 00:00:00 2001 From: GoodLug <87616222+GoodLug@users.noreply.github.com> Date: Tue, 28 Mar 2023 14:26:51 +0100 Subject: [PATCH] Update shell_command.markdown (#26756) Co-authored-by: Franck Nijhof --- source/_integrations/shell_command.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/shell_command.markdown b/source/_integrations/shell_command.markdown index b32177d30d2..f87c23b844e 100644 --- a/source/_integrations/shell_command.markdown +++ b/source/_integrations/shell_command.markdown @@ -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/