Some component doc updates

This commit is contained in:
Paulus Schoutsen 2015-10-25 23:03:23 -07:00
parent c381284689
commit 62abadd5d7
3 changed files with 29 additions and 5 deletions

View file

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