Add link to docs

This commit is contained in:
Fabian Affolter 2015-10-13 20:40:59 +02:00
parent a583525110
commit 47448d1dc0

View file

@ -1,12 +1,10 @@
"""
homeassistant.components.shell_command
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Exposes regular shell commands as services.
Component to expose shell commands as services.
shell_command:
restart_pow: touch ~/.pow/restart.txt
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/shell_command.html
"""
import logging
import subprocess