mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Stdout and stderr can be displayed in debug mode (#5376)
This commit is contained in:
parent
642e8fcb9d
commit
1b3b6a1cae
@ -33,6 +33,8 @@ The commands can be dynamic, using templates to insert values for arguments. Whe
|
||||
|
||||
Any service data passed into the service call to activate the shell command will be available as a variable within the template.
|
||||
|
||||
`stdout` and `stderr` output from the command are both captured and will be logged by setting the [log level](/components/logger/) to debug.
|
||||
|
||||
```yaml
|
||||
|
||||
# Apply value of a GUI slider to the shell_command
|
||||
|
Loading…
x
Reference in New Issue
Block a user