Skip to content

Commit

Permalink
Add note on command template for binary sensor and sensor in command_…
Browse files Browse the repository at this point in the history
…line
  • Loading branch information
gjohansson-ST authored Oct 7, 2024
1 parent ff82acc commit df9c283
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/_integrations/command_line.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,12 @@ command_line:
default: 30
{% endconfiguration %}

{% note %}

While `command` is accepting a template for `sensor` and `binary_sensor`, it's only the arguments that can be a template. This means the command name itself cannot be generated by a template, but it must be literally provided.

{% endnote %}

## Binary sensor

To use your Command binary sensor in your installation, add the following to your {% term "`configuration.yaml`" %} file:
Expand Down

0 comments on commit df9c283

Please sign in to comment.