mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add link to docs
This commit is contained in:
parent
a583525110
commit
47448d1dc0
@ -1,12 +1,10 @@
|
|||||||
"""
|
"""
|
||||||
homeassistant.components.shell_command
|
homeassistant.components.shell_command
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Exposes regular shell commands as services.
|
||||||
|
|
||||||
Component to expose shell commands as services.
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/shell_command.html
|
||||||
shell_command:
|
|
||||||
restart_pow: touch ~/.pow/restart.txt
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
import subprocess
|
import subprocess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user