From d7692420c424ba3ba35b8bc69772a664d44f69d4 Mon Sep 17 00:00:00 2001 From: BingKn0s <116848347+BingKn0s@users.noreply.github.com> Date: Wed, 9 Nov 2022 07:33:58 -0500 Subject: [PATCH] Update shell_command.markdown (#24751) --- source/_integrations/shell_command.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/shell_command.markdown b/source/_integrations/shell_command.markdown index a768c9ae62a..b32177d30d2 100644 --- a/source/_integrations/shell_command.markdown +++ b/source/_integrations/shell_command.markdown @@ -50,7 +50,7 @@ If you are using [Home Assistant Operating System](https://github.com/home-assis -With a `0` exit code, the output (stdout) of the command is used as `value`. In case a command results in a non `0` exit code or is terminated after a timeout of 60 seconds, the result is only logged to Home Assistant log and the value of the sensor is not updated. +A `0` exit code means the commands completed successfully without error. In case a command results in a non `0` exit code or is terminated after a timeout of 60 seconds, the result is logged to Home Assistant log. ## Examples