Site updated at 2016-02-28 00:32:16 UTC
This commit is contained in:
parent
e332b3d651
commit
e542c65dd9
269 changed files with 8210 additions and 981 deletions
|
@ -141,6 +141,24 @@
|
|||
|
||||
<p>Google Voice is a notify platform and thus can be controlled by calling the notify service <a href="/components/notify/">as described here</a>. It will send a notification to all devices listed in the notification <strong>target</strong>.</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example automation notification entry</span>
|
||||
<span class="key">automation</span>:
|
||||
- <span class="string"><span class="content">alias: The sun has set</span></span>
|
||||
<span class="key">trigger</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">sun</span></span>
|
||||
<span class="key">event</span>: <span class="string"><span class="content">sunset</span></span>
|
||||
<span class="key">action</span>:
|
||||
<span class="key">service</span>: <span class="string"><span class="content">notify.googlevoice</span></span>
|
||||
<span class="key">data</span>:
|
||||
<span class="key">message</span>: <span class="string"><span class="content">'The sun has set'</span></span>
|
||||
<span class="key">target</span>:
|
||||
- <span class="string"><span class="content">5555555555</span></span>
|
||||
- <span class="string"><span class="content">5555555556</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -164,6 +182,9 @@
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Notifications</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
@ -200,6 +221,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.smtp/'>SMTP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.sendgrid/'>SendGrid</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.slack/'>Slack</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue