From 47448d1dc0380cb3b45833e404eb23a76ec55ccc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 13 Oct 2015 20:40:59 +0200 Subject: [PATCH] Add link to docs --- homeassistant/components/shell_command.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/shell_command.py b/homeassistant/components/shell_command.py index 2fceaf71519..c5c60e98e7d 100644 --- a/homeassistant/components/shell_command.py +++ b/homeassistant/components/shell_command.py @@ -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