Site updated at 2017-09-01 20:10:33 UTC

This commit is contained in:
Travis CI 2017-09-01 20:10:33 +00:00
parent d028563f70
commit cc22e8e0e0
26 changed files with 77 additions and 64 deletions

View file

@ -159,6 +159,19 @@
<ul>
<li><strong>file</strong> (<em>Required</em>): File to send with Pushbullet.</li>
</ul>
<h3><a class="title-link" name="file-url-support" href="#file-url-support"></a> File URL support</h3>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">action</span><span class="pi">:</span>
<span class="s">service</span><span class="pi">:</span> <span class="s">notify.NOTIFIER_NAME</span>
<span class="s">data</span><span class="pi">:</span>
<span class="s">title</span><span class="pi">:</span> <span class="s">Send file</span>
<span class="s">message</span><span class="pi">:</span> <span class="s">This is a file URL</span>
<span class="s">data</span><span class="pi">:</span>
<span class="s">file_url</span><span class="pi">:</span> <span class="s">https://cdn.pixabay.com/photo/2014/06/03/19/38/test-361512_960_720.jpg</span>
</code></pre>
</div>
<ul>
<li><strong>file_url</strong> (<em>Required</em>): File to send with Pushbullet.</li>
</ul>
<p class="note">
Dont forget to <a href="/docs/configuration/basic/">whitelist external directories</a>, so Home Assistant has access to them.
</p>