home-assistant.github.io/source/_components/shell_command.markdown
2015-10-24 21:44:04 -07:00

564 B

layout title description date sidebar comments sharing footer ha_category
page Shell command component Instructions how to integrate Shell commands into Home Assistant. 2015-10-13 19:10 false false true true Other
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.