Update shell_command.markdown (#24751)

This commit is contained in:
BingKn0s 2022-11-09 07:33:58 -05:00 committed by GitHub
parent 4f66c1c1a2
commit d7692420c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ If you are using [Home Assistant Operating System](https://github.com/home-assis
</div>
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