Shell command
This component can expose regular shell commands as services. Services can be called from a script or in automation.
# Example configuration.yaml entry
# Exposes service shell_command.restart_pow
shell_command:
restart_pow: touch ~/.pow/restart.txt
Configuration variables:
- Alias for the command
- Command itself.