home-assistant.io/source/components/shell_command.markdown
Fabian Affolter 2eed180a08 Add period
2015-10-13 20:36:43 +02:00

545 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Shell command component Instructions how to integrate Sehll commands into Home Assistant. 2015-10-13 19:10 false false true true
This component can expose regular shell commands as services.
# Example configuration.yaml entry
shell_command:
  restart_pow: touch ~/.pow/restart.txt

Configuration variables:

  • Alias for the command and the command itself.