Site updated at 2017-10-30 21:34:57 UTC

This commit is contained in:
Travis CI 2017-10-30 21:34:57 +00:00
parent a7127854a2
commit cf2ddb6728
26 changed files with 66 additions and 65 deletions

View file

@ -74,7 +74,8 @@
</h1>
</header>
<hr class="divider">
<p>This component can expose regular shell commands as services. Services can be called from a <a href="/components/script/">script</a> or in <a href="/getting-started/automation/">automation</a>.</p>
<p>This component can expose regular shell commands as services. Services can be called from a <a href="/components/script/">script</a> or in <a href="/getting-started/automation/">automation</a>.
Shell commands arent allowed for a camel-case naming, please use lowercase naming only and separate the names with underscores.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="c1"># Exposes service shell_command.restart_pow</span>
<span class="s">shell_command</span><span class="pi">:</span>